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"
    ]
}