Narro

Submit articles to Narro

O que é Narro?

Narro é uma extensão do Chrome desenvolvida por http://www.narro.co, e sua principal característica é "Submit articles to Narro".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Narro

Baixe arquivos de extensão Narro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Narro Narro
ID ojgloffbopiaokioaeocdkmfolggnkah
URL Oficial https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah
Descrição Submit articles to Narro
Tamanho do Arquivo 15.41 KB
Contagem de Instalações 560
Versão Atual 1.0.18
Última Atualização 2015-07-10
Data de Publicação 2015-07-10
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://www.narro.co
Tipo de Pagamento free
Site da Extensão http://www.narro.co
URL da Página de Ajuda http://www.narro.co/contact
Idiomas Suportados 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"
    ]
}