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 |
Eメール | [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" } } |