Windows Switcher

Allow you to switch between windows.

Qu'est-ce que Windows Switcher ?

Windows Switcher est une extension Chrome développée par Orel Eraki, et sa fonction principale est "Allow you to switch between windows.".

Télécharger le fichier CRX de l'extension Windows Switcher

Téléchargez les fichiers d'extension Windows Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allow you to switch between windows.                    

Informations de Base sur l'Extension

Nom Windows Switcher Windows Switcher
ID baakeoaocddjkehmfmjgejjnajfmjfgd
URL Officiel https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd
Description Allow you to switch between windows.
Taille du Fichier 11.76 KB
Nombre d'Installations 82
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-06-23
Date de Publication 2018-06-23
Évaluation 5.00/5 Total 3 Évaluations
Développeur Orel Eraki
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/oreleraki/windows-changer
Langues Prises en Charge 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"
    ]
}