Narro

Submit articles to Narro

什么是Narro?

Narro是由http://www.narro.co开发的Chrome扩展程序,该扩展的主要功能是“Submit articles to Narro”。

扩展截图

screenshot

下载Narro扩展crx文件

下载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"
    ]
}