Commander
Command palette for Chrome.
Qu'est-ce que Commander ?
Commander est une extension Chrome développée par https://ssundarraj.me, et sa fonction principale est "Command palette for Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Commander
Téléchargez les fichiers d'extension Commander 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
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!
Informations de Base sur l'Extension
Nom | Commander |
ID | bcjcolkhdoiogoclgfaoihpaininobdj |
URL Officiel | https://chromewebstore.google.com/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj |
Description | Command palette for Chrome. |
Taille du Fichier | 11.72 KB |
Nombre d'Installations | 248 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2017-03-27 |
Date de Publication | 2017-03-27 |
Évaluation | 4.92/5 Total 12 Évaluations |
Développeur | https://ssundarraj.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ssundarraj.me/commander |
Langues Prises en Charge | 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" } } } } |