CageGround

CageGround will change the background of your webpage to Nic Cage upon an icon click.

什么是CageGround?

CageGround是由jamison.hyman开发的Chrome扩展程序,该扩展的主要功能是“CageGround will change the background of your webpage to Nic Cage upon an icon click.”。

扩展截图

screenshot

下载CageGround扩展crx文件

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

扩展使用说明

                        CageGround will change the background of your webpage to a random Nic Cage image upon an icon click.

Repeatedly click for more fun.

Developed by Jamison Hyman and Seth Mosgin.
Special thanks to Gaurang Bhatt.                    

扩展基本信息

名称 CageGround CageGround
ID dgfjkmphpajllfbkkdbepmclcedacfkl
官方URL https://chrome.google.com/webstore/detail/cageground/dgfjkmphpajllfbkkdbepmclcedacfkl
简介 CageGround will change the background of your webpage to Nic Cage upon an icon click.
文件大小 23.47 MB
安装次数 94
当前版本 0.2
更新时间 2014-08-21
上架时间 2014-08-21
评分 4.00/5 共2次评分
开发者 jamison.hyman
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CageGround",
    "version": "0.2",
    "description": "CageGround will change the background of your webpage to Nic Cage upon an icon click.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon2.png"
        ],
        "default_icon": "icon2.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/cages\/1.jpg",
        "images\/cages\/2.jpg",
        "images\/cages\/3.jpg",
        "images\/cages\/4.jpg",
        "images\/cages\/5.jpg",
        "images\/cages\/6.jpg",
        "images\/cages\/7.jpg",
        "images\/cages\/8.jpg",
        "images\/cages\/9.jpg",
        "images\/cages\/10.jpg",
        "images\/cages\/11.jpg",
        "images\/cages\/12.jpg",
        "images\/cages\/13.jpg",
        "images\/cages\/14.jpg",
        "images\/cages\/15.jpg",
        "images\/cages\/16.jpg",
        "images\/cages\/17.jpg",
        "images\/cages\/18.jpg",
        "images\/cages\/19.jpg",
        "images\/cages\/20.jpg"
    ]
}