Annotater
Annotate the web.
Cos'è Annotater?
Annotater è un'estensione di Chrome sviluppata da Noah Buscher, e la sua funzione principale è "Annotate the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Annotater
Scarica i file di estensione Annotater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mebheldooadlkbhpfimifbgdngnlghoo |
URL Ufficiale | https://chrome.google.com/webstore/detail/annotater/mebheldooadlkbhpfimifbgdngnlghoo |
Descrizione | Annotate the web. |
Dimensione del File | 89.64 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-11-20 |
Data di Pubblicazione | 2014-11-20 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Noah Buscher |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |