Browser Notes
Take and save notes, which change depending on the page you're viewing.
什麼是Browser Notes?
Browser Notes是由ppopsacul開發的Chrome擴展程式,該擴展的主要功能是“Take and save notes, which change depending on the page you're viewing.”。
擴展截圖
下載Browser Notes擴展crx文件
下載Browser Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | mdmpjhpjbiglieliboipdlededkhhikp |
官方網址 | https://chrome.google.com/webstore/detail/browser-notes/mdmpjhpjbiglieliboipdlededkhhikp |
簡介 | Take and save notes, which change depending on the page you're viewing. |
檔案大小 | 32.68 KB |
安裝次數 | 33 |
目前版本 | 1.1 |
更新時間 | 2013-12-01 |
上架時間 | 2013-12-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ppopsacul |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes", "version": "1.1", "description": "Take and save notes, which change depending on the page you're viewing.", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Click to take notes", "default_popup": "popup.html" } } |