CageGround

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

Vad är CageGround?

CageGround är en Chrome-tillägg utvecklad av jamison.hyman, och dess huvudfunktion är "CageGround will change the background of your webpage to Nic Cage upon an icon click.".

Tilläggsskärmbilder

screenshot

Ladda ner CageGround-förlängningens CRX-fil

Ladda ner CageGround-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CageGround CageGround
ID dgfjkmphpajllfbkkdbepmclcedacfkl
Officiell webbadress https://chrome.google.com/webstore/detail/cageground/dgfjkmphpajllfbkkdbepmclcedacfkl
Beskrivning CageGround will change the background of your webpage to Nic Cage upon an icon click.
Filstorlek 23.47 MB
Antal Installationer 94
Aktuell Version 0.2
Senast Uppdaterad 2014-08-21
Publiceringsdatum 2014-08-21
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare jamison.hyman
Betalningssätt free
Stödda Språk 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"
    ]
}