Narro
Submit articles to Narro
Qu'est-ce que Narro ?
Narro est une extension Chrome développée par http://www.narro.co, et sa fonction principale est "Submit articles to Narro".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Narro
Téléchargez les fichiers d'extension Narro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
URL Officiel | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Description | Submit articles to Narro |
Taille du Fichier | 15.41 KB |
Nombre d'Installations | 560 |
Version Actuelle | 1.0.18 |
Dernière Mise à Jour | 2015-07-10 |
Date de Publication | 2015-07-10 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://www.narro.co |
Type de Paiement | free |
Site Web de l'Extension | http://www.narro.co |
URL de la Page d'Aide | http://www.narro.co/contact |
Langues Prises en Charge | 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" ] } |