Narro
Submit articles to Narro
Cos'è Narro?
Narro è un'estensione di Chrome sviluppata da http://www.narro.co, e la sua funzione principale è "Submit articles to Narro".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Narro
Scarica i file di estensione Narro 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
Send any article on the web back to Narro and it will be transcribed to beautiful audio in your preferred voice! Once on Narro, you can listen to your readings anywhere - online or on your mobile devices. Subscribe as a personal podcast and listen to the web instead of reading it! After installing this extension, just click the Narro icon and the page will be sent to your Narro feed.
Informazioni di Base sull'Estensione
Nome | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
URL Ufficiale | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Descrizione | Submit articles to Narro |
Dimensione del File | 15.41 KB |
Conteggio Installazioni | 560 |
Versione Corrente | 1.0.18 |
Ultimo Aggiornamento | 2015-07-10 |
Data di Pubblicazione | 2015-07-10 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | http://www.narro.co |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.narro.co |
URL della Pagina di Aiuto | http://www.narro.co/contact |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.18", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Add Article to Narro" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "activeTab", "cookies", "*:\/\/*.narro.co\/*", "storage" ] } |