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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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