Windows Switcher

Allow you to switch between windows.

Windows Switcherคืออะไร?

Windows Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Orel Eraki และคุณลักษณะหลักของมันคือ "Allow you to switch between windows."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Windows Switcher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}