SiteNotes
Keep notes in your browser associated with your current URL.
什麼是SiteNotes?
SiteNotes是由aleks.krnjaic開發的Chrome擴展程式,該擴展的主要功能是“Keep notes in your browser associated with your current URL.”。
擴展截圖
下載SiteNotes擴展crx文件
下載SiteNotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to store URL specific notes in your browser persistently. - Visit a website, click the extension icon and write down what you're thinking. - Click the extension icon next time you visit. All your notes added previously are retrieved. Please note that all the information stored may be lost when you uninstall your browser. Version 1.0: - Initial release. Version 1.1: - Changed key of key-value-pair in local storage to be prefixed with sitenotes-
擴展基本資訊
名稱 | SiteNotes |
ID | peihjbbmlbgmbacogidipehfilmoiggk |
官方網址 | https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk |
簡介 | Keep notes in your browser associated with your current URL. |
檔案大小 | 21.58 KB |
安裝次數 | 19 |
目前版本 | 1.1 |
更新時間 | 2016-04-17 |
上架時間 | 2016-04-17 |
評分 | 5.00/5 共 1 次評分 |
開發者 | aleks.krnjaic |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SiteNotes", "description": "Keep notes in your browser associated with your current URL.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |