Narro

Submit articles to Narro

Что такое Narro?

Narro - это расширение Chrome, разработанное http://www.narro.co, и его основная функция - "Submit articles to Narro".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Narro

Скачайте файлы расширений Narro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Narro Narro
ID ojgloffbopiaokioaeocdkmfolggnkah
Официальный URL https://chrome.google.com/webstore/detail/narro/ojgloffbopiaokioaeocdkmfolggnkah
Описание Submit articles to Narro
Размер файла 15.41 KB
Количество установок 560
Текущая Версия 1.0.18
Последнее Обновление 2015-07-10
Дата публикации 2015-07-10
Рейтинг 5.00/5 Всего 4 оценок
Разработчик http://www.narro.co
Тип оплаты free
Официальный сайт расширения http://www.narro.co
URL страницы помощи http://www.narro.co/contact
Поддерживаемые языки 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"
    ]
}