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
官方URL 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"
    ]
}