Windows Switcher

Allow you to switch between windows.

Windows Switcher란 무엇입니까?

Windows Switcher은(는) Orel Eraki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow you to switch between windows."입니다.

Windows Switcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}