Narro
Submit articles to Narro
Vad är Narro?
Narro är en Chrome-tillägg utvecklad av http://www.narro.co, och dess huvudfunktion är "Submit articles to Narro".
Tilläggsskärmbilder
Ladda ner Narro-förlängningens CRX-fil
Ladda ner Narro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
Officiell webbadress | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Beskrivning | Submit articles to Narro |
Filstorlek | 15.41 KB |
Antal Installationer | 560 |
Aktuell Version | 1.0.18 |
Senast Uppdaterad | 2015-07-10 |
Publiceringsdatum | 2015-07-10 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | http://www.narro.co |
Betalningssätt | free |
Tilläggswebbplats | http://www.narro.co |
Hjälpsida URL | http://www.narro.co/contact |
Stödda Språk | 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" ] } |