Windows Switcher

Allow you to switch between windows.

Apa itu Windows Switcher?

Windows Switcher adalah ekstensi Chrome yang dikembangkan oleh Orel Eraki, dan fitur utamanya adalah "Allow you to switch between windows.".

Unduh Berkas CRX Ekstensi Windows Switcher

Unduh file ekstensi Windows Switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Allow you to switch between windows.                    

Informasi Dasar Ekstensi

Nama Windows Switcher Windows Switcher
ID baakeoaocddjkehmfmjgejjnajfmjfgd
URL Resmi https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd
Deskripsi Allow you to switch between windows.
Ukuran File 11.76 KB
Jumlah Instalasi 82
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-06-23
Tanggal Publikasi 2018-06-23
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Orel Eraki
Email oreleraki@gmail.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/oreleraki/windows-changer
Bahasa yang Didukung 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 - oreleraki@gmail.com",
    "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"
    ]
}