Plugin Switcher

Quick way to toggle plugins

Plugin Switcher là gì?

Plugin Switcher là một tiện ích mở rộng Chrome được phát triển bởi STILL RTC, và tính năng chính của nó là "Quick way to toggle plugins".

Ả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 Plugin Switcher

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

                        Enable and disable installed plugins (extensions, themes, apps) in one click.
Customizable quick access list.
Minimalistic and lightweight.                    

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

Tên Plugin Switcher Plugin Switcher
ID ngmjkoiifpckgooagkppjafdjfkjimfj
URL Chính Thức https://chromewebstore.google.com/detail/plugin-switcher/ngmjkoiifpckgooagkppjafdjfkjimfj
Mô tả Quick way to toggle plugins
Kích Thước Tệp 8.73 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-11-19
Ngày Phát Hành 2018-05-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển STILL RTC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plugin Switcher",
    "short_name": "__MSG_shortName__",
    "version": "1.1",
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_title": "__MSG_tooltip__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "33",
    "permissions": [
        "management",
        "storage"
    ]
}