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 |
官方URL | 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" ] } |