Command Finder
One place to store and retrieve all your commands
Qu'est-ce que Command Finder ?
Command Finder est une extension Chrome développée par Puneeth Shetty, et sa fonction principale est "One place to store and retrieve all your commands".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Command Finder
Téléchargez les fichiers d'extension Command Finder 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
If you are having trouble recollecting the commands when you need them or tired of organizing the commands/links in text file, then Command Finder is for you. Command Finder provides an easy to use interface to store and retrieve commands. FEATURES: ✔ Fuzzy search returns relevant commands ✔ Add new commands with ease ✔ Group commands based on category ✔ Edit and Delete existing commands ✔ Auto complete for category field while adding command ✔ Instantly copy the command by clicking on the copy button USAGE: - Specify the category from the drop down to narrow down the search - While adding new commands, if the category doesn't already exist it's automatically added - The show commands all pull down appears when you change the search category - Few special symbols not allowed in command names Update: 0.0.7 - UI enhancement : Replaced the slideUp and down feature with fadeIn and out as it was causing the window to shake in few chrome versions. http://www.puneethshetty.in
Informations de Base sur l'Extension
Nom | Command Finder |
ID | njfbamejflimjphfaemanngkbfhifbbn |
URL Officiel | https://chromewebstore.google.com/detail/command-finder/njfbamejflimjphfaemanngkbfhifbbn |
Description | One place to store and retrieve all your commands |
Taille du Fichier | 470 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2015-03-22 |
Date de Publication | 2015-03-22 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | Puneeth Shetty |
Type de Paiement | free |
URL de la Page d'Aide | http://www.puneethshetty.in |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Command Finder", "description": "One place to store and retrieve all your commands", "version": "0.0.7", "permissions": [], "short_name": "Cmd Finder", "author": "Puneeth Shetty", "options_page": "options.html", "icons": { "32": "img\/CmdFinderLogox32.png", "48": "img\/CmdFinderLogox48.png", "128": "img\/CmdFinderBorderx128.png" }, "browser_action": { "default_icon": "img\/CmdFinderLogox32.png", "default_popup": "index.html" } } |