Game Jolt - Theme

Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.

Game Jolt - Theme là gì?

Game Jolt - Theme là một tiện ích mở rộng Chrome được phát triển bởi andrewarivers, và tính năng chính của nó là "Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Game Jolt - Theme 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

                        Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.                    

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

Tên Game Jolt - Theme Game Jolt - Theme
ID abnklpdpmancjedbpoafpflmlpbbiicc
URL Chính Thức https://chromewebstore.google.com/detail/game-jolt-theme/abnklpdpmancjedbpoafpflmlpbbiicc
Mô tả Game Jolt - Theme is a Chrome extension for Game Jolt. With it come 11 varying themes, 17 different fonts, and custom colours.
Kích Thước Tệp 77 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-01-03
Ngày Phát Hành 2017-01-02
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển andrewarivers
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game Jolt - Theme",
    "version": "0.1",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "GJ_THEME.png",
        "48": "GJ_THEME.png",
        "128": "GJ_THEME.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "GJ_THEME.png"
    }
}