Narro
Submit articles to Narro
Hvad er Narro?
Narro er en Chrome-udvidelse udviklet af http://www.narro.co, og dens hovedfunktion er "Submit articles to Narro".
Udvidelsesskærmbilleder
Download Narro-udvidelses-CRX-fil
Download Narro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
Officiel URL | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Beskrivelse | Submit articles to Narro |
Filstørrelse | 15.41 KB |
Antal Installationer | 560 |
Nuværende Version | 1.0.18 |
Senest Opdateret | 2015-07-10 |
Udgivelsesdato | 2015-07-10 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | http://www.narro.co |
Betalingsmetode | free |
Udvidelseswebsted | http://www.narro.co |
Hjælpeside-URL | http://www.narro.co/contact |
Understøttede Sprog | 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" ] } |