剛剛在找Chrome Extension如何對外做跨網域請求,google路過了這篇
還有附範例檔,推薦有興趣的人來學習!!
Two major types of events are added by Microsoft, and in some cases can only be used in Internet Explorer. Others have been implemented as de-facto standards by other browsers.
- Clipboard events
- Data binding events
document.getElementById(ElementID).addEventListener(eventType, fn);
剛剛逛到了Google Chrome的Extensions 入門開發文件,看起來純粹用html, javascript 組成的,說不定比較好上手:p
參考網站:
How to Write a Chrome Extension in Three Easy Steps