Narro
Submit articles to Narro
Was ist Narro?
Narro ist eine Chrome-Erweiterung, die von http://www.narro.co entwickelt wurde, und ihr Hauptmerkmal ist "Submit articles to Narro".
Erweiterungsscreenshots
Narro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Narro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
Offizielle URL | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Beschreibung | Submit articles to Narro |
Dateigröße | 15.41 KB |
Installationsanzahl | 560 |
Aktuelle Version | 1.0.18 |
Letztes Update | 2015-07-10 |
Veröffentlichungsdatum | 2015-07-10 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://www.narro.co |
Zahlungsart | free |
Erweiterungswebsite | http://www.narro.co |
Hilfeseite URL | http://www.narro.co/contact |
Unterstützte Sprachen | 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" ] } |