Secret Extension

Shhhh. Only dreams now.

什么是Secret Extension?

Secret Extension是由Andy Groff开发的Chrome扩展程序,该扩展的主要功能是“Shhhh. Only dreams now.”。

下载Secret Extension扩展crx文件

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

扩展使用说明

                        This extension is... well... coool                    

扩展基本信息

名称 Secret Extension Secret Extension
ID hbkhcmcomahiakpeliildjelgpgjpjfl
官方URL https://chromewebstore.google.com/detail/secret-extension/hbkhcmcomahiakpeliildjelgpgjpjfl
简介 Shhhh. Only dreams now.
文件大小 149 KB
安装次数 13
当前版本 0.0.1
更新时间 2015-12-03
上架时间 2015-12-03
开发者 Andy Groff
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secret Extension",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Shhhh. Only dreams now.",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}