Annotater
Annotate the web.
Annotaterとは何ですか?
AnnotaterはNoah Buscherによって開発されたChromeの拡張機能で、その主な機能は「Annotate the web.」です。
拡張機能のスクリーンショット
Annotater拡張機能のCRXファイルをダウンロード
Annotater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Annotater allows you to comment the web. Just open a page in your browser, hit the Annotater button, and comment away! You can set a custom nickname and view other people's comments in real-time. Think of it as a public chat room for any website.
拡張機能の基本情報
名前 | |
ID | mebheldooadlkbhpfimifbgdngnlghoo |
公式URL | https://chrome.google.com/webstore/detail/annotater/mebheldooadlkbhpfimifbgdngnlghoo |
説明 | Annotate the web. |
ファイルサイズ | 89.64 KB |
インストール数 | 49 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-11-20 |
公開日 | 2014-11-20 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Noah Buscher |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Annotater", "version": "0.0.1", "manifest_version": 2, "description": "Annotate the web.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html", "persistent": true }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "js": [ "scripts\/jquery.min.js", "scripts\/firebase.js" ], "matches": [ " |