CageGround

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

CageGround là gì?

CageGround là một tiện ích mở rộng Chrome được phát triển bởi jamison.hyman, và tính năng chính của nó là "CageGround will change the background of your webpage to Nic Cage upon an icon click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CageGround

Tải xuống các tệp mở rộng CageGround dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CageGround CageGround
ID dgfjkmphpajllfbkkdbepmclcedacfkl
URL Chính Thức https://chrome.google.com/webstore/detail/cageground/dgfjkmphpajllfbkkdbepmclcedacfkl
Mô tả CageGround will change the background of your webpage to Nic Cage upon an icon click.
Kích Thước Tệp 23.47 MB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-08-21
Ngày Phát Hành 2014-08-21
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jamison.hyman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}