CageGround

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

Was ist CageGround?

CageGround ist eine Chrome-Erweiterung, die von jamison.hyman entwickelt wurde, und ihr Hauptmerkmal ist "CageGround will change the background of your webpage to Nic Cage upon an icon click.".

Erweiterungsscreenshots

screenshot

CageGround-Erweiterungs-CRX-Datei herunterladen

Laden Sie CageGround-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CageGround CageGround
ID dgfjkmphpajllfbkkdbepmclcedacfkl
Offizielle URL https://chrome.google.com/webstore/detail/cageground/dgfjkmphpajllfbkkdbepmclcedacfkl
Beschreibung CageGround will change the background of your webpage to Nic Cage upon an icon click.
Dateigröße 23.47 MB
Installationsanzahl 94
Aktuelle Version 0.2
Letztes Update 2014-08-21
Veröffentlichungsdatum 2014-08-21
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler jamison.hyman
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}