Windows Switcher

Allow you to switch between windows.

什麼是Windows Switcher?

Windows Switcher是由Orel Eraki開發的Chrome擴展程式,該擴展的主要功能是“Allow you to switch between windows.”。

下載Windows Switcher擴展crx文件

下載Windows Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Allow you to switch between windows.                    

擴展基本資訊

名稱 Windows Switcher Windows Switcher
ID baakeoaocddjkehmfmjgejjnajfmjfgd
官方網址 https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd
簡介 Allow you to switch between windows.
檔案大小 11.76 KB
安裝次數 82
目前版本 1.0.0
更新時間 2018-06-23
上架時間 2018-06-23
評分 5.00/5 共 3 次評分
開發者 Orel Eraki
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/oreleraki/windows-changer
支援的語言 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"
    ]
}