Genius Button

This extension opens a new tab with the Genius page for the song you're currently listening to.

Genius Buttonとは何ですか?

Genius Buttonはjollex5によって開発されたChromeの拡張機能で、その主な機能は「This extension opens a new tab with the Genius page for the song you're currently listening to.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Click the button and it'll open a new tab with the Genius page for the song that was playing on the tab you were in.

Only YouTube and Soundcloud are currently supported.                    

拡張機能の基本情報

名前 Genius Button Genius Button
ID lbglkmldocjomlnfomfdddbokglnlhng
公式URL https://chrome.google.com/webstore/detail/genius-button/lbglkmldocjomlnfomfdddbokglnlhng
説明 This extension opens a new tab with the Genius page for the song you're currently listening to.
ファイルサイズ 41.56 KB
インストール数 315
現在のバージョン 1.0.1
最終更新日 2016-01-29
公開日 2016-01-28
評価 1.50/5 合計 8 レビュー
開発者 jollex5
支払い方法 free
対応言語 en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.2.0.min.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Genius Button"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}