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