Annotate
A simple tool to annotate web pages and share them through permalinks.
什么是Annotate?
Annotate是由https://webrobots.io开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to annotate web pages and share them through permalinks.”。
扩展截图
下载Annotate扩展crx文件
下载Annotate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for annotating web pages
扩展基本信息
名称 | Annotate |
ID | emakhcohiapmkipgkjelkkkfaphanjdn |
官方URL | https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn |
简介 | A simple tool to annotate web pages and share them through permalinks. |
文件大小 | 501 KB |
安装次数 | 1,746 |
当前版本 | 0.0.1 |
更新时间 | 2016-10-04 |
上架时间 | 2016-10-03 |
评分 | 3.67/5 共6次评分 |
开发者 | https://webrobots.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://webrobots.io |
隐私政策页面URL | https://webrobots.io/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Annotate", "version": "0.0.1", "manifest_version": 2, "description": "A simple tool to annotate web pages and share them through permalinks.", "author": "https:\/\/webrobots.io", "homepage_url": "https:\/\/webrobots.io", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "permissions": [ "activeTab", "https:\/\/weannotate.s3.amazonaws.com\/", "http:\/\/portal.webrobots.io\/*", "http:\/\/demo.webrobots.io\/*", "https:\/\/ssl.google-analytics.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "48": "icon48.png", "128": "icon128.png" } } |