E-X-T-E-N-S-I-O-N

Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!

什么是E-X-T-E-N-S-I-O-N?

E-X-T-E-N-S-I-O-N是由sgentle开发的Chrome扩展程序,该扩展的主要功能是“Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!”。

扩展截图

screenshot

下载E-X-T-E-N-S-I-O-N扩展crx文件

下载E-X-T-E-N-S-I-O-N扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 E-X-T-E-N-S-I-O-N E-X-T-E-N-S-I-O-N
ID lobdenhpockjiiihkkhnaglehbcnjemj
官方URL https://chromewebstore.google.com/detail/e-x-t-e-n-s-i-o-n/lobdenhpockjiiihkkhnaglehbcnjemj
简介 Adds a special button whenever "inception" is mentioned on a page. Bwaaaaaaap!
文件大小 78.99 KB
安装次数 80
当前版本 0.3
更新时间 2015-05-14
上架时间 2015-05-13
开发者 sgentle
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E-X-T-E-N-S-I-O-N",
    "manifest_version": 2,
    "version": "0.3",
    "description": "Adds a special button whenever \"inception\" is mentioned on a page. Bwaaaaaaap!",
    "web_accessible_resources": [
        "bwaaap.png",
        "bwaaap.mp3"
    ],
    "page_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bwaaap.js"
            ],
            "all_frames": true
        }
    ]
}