Windows Switcher

Allow you to switch between windows.

Windows Switcher là gì?

Windows Switcher là một tiện ích mở rộng Chrome được phát triển bởi Orel Eraki, và tính năng chính của nó là "Allow you to switch between windows.".

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

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

                        Allow you to switch between windows.                    

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

Tên Windows Switcher Windows Switcher
ID baakeoaocddjkehmfmjgejjnajfmjfgd
URL Chính Thức https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd
Mô tả Allow you to switch between windows.
Kích Thước Tệp 11.76 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-06-23
Ngày Phát Hành 2018-06-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Orel Eraki
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/oreleraki/windows-changer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Windows Switcher",
    "short_name": "WindowsSwitcher",
    "version": "1.0.0",
    "description": "Allow you to switch between windows.",
    "author": "Orel Eraki - [email protected]",
    "homepage_url": "http:\/\/www.oreleraki.com",
    "icons": {
        "128": "icons\/window-switcher-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/window-switcher-128.png",
        "name": "Switch"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}