Narro

Submit articles to Narro

Wat is Narro?

Narro is een Chrome-extensie ontwikkeld door http://www.narro.co, en de belangrijkste functie is "Submit articles to Narro".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Narro

Download Narro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Narro Narro
ID ojgloffbopiaokioaeocdkmfolggnkah
Officiële URL https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah
Beschrijving Submit articles to Narro
Bestandsgrootte 15.41 KB
Aantal Installaties 560
Huidige Versie 1.0.18
Laatst Bijgewerkt 2015-07-10
Publicatiedatum 2015-07-10
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://www.narro.co
Betalingswijze free
Extensiewebsite http://www.narro.co
Help Pagina-URL http://www.narro.co/contact
Ondersteunde Talen 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"
    ]
}