Narro
Submit articles to Narro
What is Narro?
Narro is a Chrome extension developed by http://www.narro.co, and its main feature is "Submit articles to Narro".
Extension Screenshots
Download Narro Extension CRX File
Download Narro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ojgloffbopiaokioaeocdkmfolggnkah |
Official URL | https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah |
Description | Submit articles to Narro |
File Size | 15.41 KB |
Installation Count | 560 |
Current Version | 1.0.18 |
Last Updated | 2015-07-10 |
Publish Date | 2015-07-10 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://www.narro.co |
Payment Type | free |
Extension Website | http://www.narro.co |
Help Page URL | http://www.narro.co/contact |
Supported Languages | 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" ] } |