Annotate
A simple tool to annotate web pages and share them through permalinks.
Cos'è Annotate?
Annotate è un'estensione di Chrome sviluppata da https://webrobots.io, e la sua funzione principale è "A simple tool to annotate web pages and share them through permalinks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Annotate
Scarica i file di estensione Annotate 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
Extension for annotating web pages
Informazioni di Base sull'Estensione
Nome | Annotate |
ID | emakhcohiapmkipgkjelkkkfaphanjdn |
URL Ufficiale | https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn |
Descrizione | A simple tool to annotate web pages and share them through permalinks. |
Dimensione del File | 501 KB |
Conteggio Installazioni | 1,746 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-10-04 |
Data di Pubblicazione | 2016-10-03 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | https://webrobots.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webrobots.io |
URL della Pagina della Politica sulla Privacy | https://webrobots.io/privacy-policy |
Lingue Supportate | 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" } } |