Commenter.ME
Comment on any webpage
Cos'è Commenter.ME?
Commenter.ME è un'estensione di Chrome sviluppata da innovations.tv, e la sua funzione principale è "Comment on any webpage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Commenter.ME
Scarica i file di estensione Commenter.ME 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
This extension allows users to comment on any web page they visit. With one simple click you can open a comment thread for the current web page you are viewing and post a comment to the conversation. You can also post your comment to facebook.
Informazioni di Base sull'Estensione
Nome | Commenter.ME |
ID | kchbmmibmpfnpjmokdajkpbeidkbidhi |
URL Ufficiale | https://chromewebstore.google.com/detail/commenterme/kchbmmibmpfnpjmokdajkpbeidkbidhi |
Descrizione | Comment on any webpage |
Dimensione del File | 8.11 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-12-09 |
Data di Pubblicazione | 2015-12-09 |
Valutazione | 3.88/5 Totale 8 Valutazioni |
Sviluppatore | innovations.tv |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.commenter.me |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Commenter.ME ", "description": "Comment on any webpage", "version": "1.1", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "speech16.png", "48": "speech64.png", "128": "speech128.png" } } |