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 |
官方網址 | 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" } } |