Narro

Submit articles to Narro

Co to jest Narro?

Narro to rozszerzenie Chrome opracowane przez http://www.narro.co, a jego główną funkcją jest „Submit articles to Narro”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Narro

Pobierz pliki rozszerzeń Narro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Narro Narro
ID ojgloffbopiaokioaeocdkmfolggnkah
Oficjalny URL https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah
Opis Submit articles to Narro
Rozmiar pliku 15.41 KB
Liczba instalacji 560
Aktualna Wersja 1.0.18
Ostatnia Aktualizacja 2015-07-10
Data Publikacji 2015-07-10
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper http://www.narro.co
Typ Płatności free
Strona Rozszerzenia http://www.narro.co
Adres URL Strony Pomocy http://www.narro.co/contact
Obsługiwane Języki 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"
    ]
}