HoverPlay

Easier interaction with audio links on the web.

HoverPlayとは何ですか?

HoverPlayはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Easier interaction with audio links on the web.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Just hover over an audio link let HoverPlay do the rest! An audio player will appear in the bottom right of the page.

When the audio player is on the screen, use spacebar to play and pause the audio and esc to remove the player.                    

拡張機能の基本情報

名前 HoverPlay HoverPlay
ID hkbbcjmckhhnpniafekogpfonhiomnal
公式URL https://chromewebstore.google.com/detail/hoverplay/hkbbcjmckhhnpniafekogpfonhiomnal
説明 Easier interaction with audio links on the web.
ファイルサイズ 53.72 KB
インストール数 472
現在のバージョン 1.0.4
最終更新日 2013-02-25
公開日 2013-02-24
評価 4.40/5 合計 10 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HoverPlay",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Easier interaction with audio links on the web.",
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "options_page": "options\/options.html",
    "icons": {
        "48": "icons\/hoverplay48.png",
        "128": "icons\/hoverplay128.png"
    },
    "page_action": {
        "default_icon": "icons\/hoverplay38.png",
        "default_title": "Disable HoverPlay",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.min.js",
                "contentscript.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}