Commander

Command palette for Chrome.

Was ist Commander?

Commander ist eine Chrome-Erweiterung, die von https://ssundarraj.me entwickelt wurde, und ihr Hauptmerkmal ist "Command palette for Chrome.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Commander-Erweiterungs-CRX-Datei herunterladen

Laden Sie Commander-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Commander is a command palette for Chrome. You can perform all actions that you would using a mouse or keyboard shortcuts that are impossible to remember. You never have to use the mouse anymore - just use Commander. No more complicated keyboard shortcuts. Just one to open Commander. 

Now you can search Wikipedia, YouTube, IMDB, and Dictionary.com directly from Commander. You can also add custom actions (only for advanced users) - just click the options link in the extensions page!

Install, hit Ctrl+Y or Cmd+J and you're good to go!                    

Grundlegende Informationen zur Erweiterung

Name Commander Commander
ID bcjcolkhdoiogoclgfaoihpaininobdj
Offizielle URL https://chromewebstore.google.com/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj
Beschreibung Command palette for Chrome.
Dateigröße 11.72 KB
Installationsanzahl 248
Aktuelle Version 1.3.2
Letztes Update 2017-03-27
Veröffentlichungsdatum 2017-03-27
Bewertung 4.92/5 Insgesamt 12 Bewertungen
Entwickler https://ssundarraj.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ssundarraj.me/commander
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Commander",
    "description": "Command palette for Chrome.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Commander"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Y",
                "mac": "Command+J",
                "chromeos": "Ctrl+Y",
                "linux": "Ctrl+Y"
            }
        }
    }
}