路徑如下:
Windows
Download and run the installer for the desired channel:- Dev channel: http://www.google.com/chrome/eula.html?extra=devchannel
- Beta channel: http://www.google.com/chrome/eula.html?extra=betachannel
You'll need to restart Google Chrome to get the update.
2.開始撰寫程式:
#先產生一個檔案夾
#產生一個內容如下的檔案,並命名為 manifest.json
{
"name": "GTD-Link",
"version": "1.0",
"description": "Some GTD link I used.",
"browser_action": {
"default_icon": "icon.png",
"popup": "gtd_menu.html"
},
"permissions": [
"http://api.flickr.com/"
]
}
popup:表示點選這個外掛會跳出網頁 gtp_menu.html
3.開起Browser 擴充功能,點選+ 載入 未封裝的程式,選擇剛剛撰寫的檔案
4.載入後,即完成了第一個瀏覽器擴充套件
沒有留言:
張貼留言