HearYe

This addon sends allows you to convert articles to audio.

HearYeとは何ですか?

HearYeはhttp://hearye.rocksによって開発されたChromeの拡張機能で、その主な機能は「This addon sends allows you to convert articles to audio.」です。

拡張機能のスクリーンショット

screenshot

HearYe拡張機能のCRXファイルをダウンロード

HearYe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Convert articles to audio! 

The HearYe mini-podcasting service allows you to bookmark any article on the web and have it converted to audio so you can listen to it at your convenience.

This Chrome Addon makes it super-easy for you.

Use it in one of three ways:
1) go to an article and click the HearYe button,
2) right-click on an article page and click 'Add to HearYe',
3) Alt+ any URL.                    

拡張機能の基本情報

名前 HearYe HearYe
ID ljfdgimhlhjnnedhpnpbhpkooeocmibk
公式URL https://chrome.google.com/webstore/detail/hearye/ljfdgimhlhjnnedhpnpbhpkooeocmibk
説明 This addon sends allows you to convert articles to audio.
ファイルサイズ 200 KB
インストール数 13
現在のバージョン 0.0.8
最終更新日 2019-01-13
公開日 2019-01-13
評価 5.00/5 合計 2 レビュー
開発者 http://hearye.rocks
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://hearye.rocks
対応言語 en
manifest.json
{
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/translate.js",
            "js\/background.js",
            "js\/notify.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/bounce.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_title": "img\/icon128.png"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "options_page": "option.html",
    "author": "Paul Lin and Georgiy Velchev and Peter Smith",
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "downloads",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "version": "0.0.8",
    "manifest_version": 2,
    "web_accessible_resources": [
        "js\/content.js",
        "css\/bounce.css"
    ]
}