Button: Settings

Open the Settings with just one click.

Button: Settings là gì?

Button: Settings là một tiện ích mở rộng Chrome được phát triển bởi https://browser-extensions.com, và tính năng chính của nó là "Open the Settings with just one 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 Button: Settings

Tải xuống các tệp mở rộng Button: Settings 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

                                            

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

Tên Button: Settings Button: Settings
ID llhljceoapbodnkbmpeahmbphilblllh
URL Chính Thức https://chromewebstore.google.com/detail/button-settings/llhljceoapbodnkbmpeahmbphilblllh
Mô tả Open the Settings with just one click.
Kích Thước Tệp 12.94 KB
Số Lần Cài Đặt 1,454
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-04-21
Ngày Phát Hành 2016-04-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://browser-extensions.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://browser-extensions.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openSettings__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}