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:\/\/*\/*"
    ]
}