Super Don Piano 64

This is the Super Don Piano 64 extension

什么是Super Don Piano 64?

Super Don Piano 64是由Kevin开发的Chrome扩展程序,该扩展的主要功能是“This is the Super Don Piano 64 extension”。

扩展截图

screenshot

下载Super Don Piano 64扩展crx文件

下载Super Don Piano 64扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Don Piano vision extension will turn your web experience into a true Don Piano experience.                    

扩展基本信息

名称 Super Don Piano 64 Super Don Piano 64
ID jagfjlnkobnecipjiepaeachljlhoclh
官方URL https://chrome.google.com/webstore/detail/super-don-piano-64/jagfjlnkobnecipjiepaeachljlhoclh
简介 This is the Super Don Piano 64 extension
文件大小 186 KB
安装次数 67
当前版本 0.0.3
更新时间 2015-07-15
上架时间 2015-07-15
评分 2.50/5 共14次评分
开发者 Kevin
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Don Piano 64",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This is the Super Don Piano 64 extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Super Don Piano 64",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "management",
        "http:\/\/www.google.com\/*",
        "http:\/\/*\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}