Windows Switcher

Allow you to switch between windows.

Cos'è Windows Switcher?

Windows Switcher è un'estensione di Chrome sviluppata da Orel Eraki, e la sua funzione principale è "Allow you to switch between windows.".

Scarica il file CRX dell'estensione Windows Switcher

Scarica i file di estensione Windows Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allow you to switch between windows.                    

Informazioni di Base sull'Estensione

Nome Windows Switcher Windows Switcher
ID baakeoaocddjkehmfmjgejjnajfmjfgd
URL Ufficiale https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd
Descrizione Allow you to switch between windows.
Dimensione del File 11.76 KB
Conteggio Installazioni 82
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-06-23
Data di Pubblicazione 2018-06-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Orel Eraki
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/oreleraki/windows-changer
Lingue Supportate 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"
    ]
}