Themes For Chrome

Get quick access to all my top themes right in your Chrome browser

Themes For Chrome là gì?

Themes For Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.chromethemer.com, và tính năng chính của nó là "Get quick access to all my top themes right in your Chrome browser".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Themes For Chrome 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

                        This browser extension; Creates a customization icon in your browser that opens a pop-up link that takes you straight to chromethemer's homepage where you can access all my best themes.

Download Free Themes For Google Chrome.  Awesome Themes To Choose From, Updated Daily.  

Free Updates & New Theme Releases!

Get Quick & Easy Access to ChromeThemer.com

DOWNLOAD NOW & Please Rate or Leave a Comment ...                    

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

Tên Themes For Chrome Themes For Chrome
ID hhgbfciofeannobmgngkfgjkanpiphpa
URL Chính Thức https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa
Mô tả Get quick access to all my top themes right in your Chrome browser
Kích Thước Tệp 13.63 KB
Số Lần Cài Đặt 1,688
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-06-07
Ngày Phát Hành 2020-06-05
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.chromethemer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.chromethemer.com/
URL Trang Trợ Giúp https://www.chromethemer.com/
URL Trang Chính Sách Bảo Mật https://www.chromethemer.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes For Chrome",
    "description": "Get quick access to all my top themes right in your Chrome browser",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "hello.html"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}