Command Finder

One place to store and retrieve all your commands

Τι είναι το Command Finder;

Το Command Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Puneeth Shetty, και η κύρια λειτουργία του είναι "One place to store and retrieve all your commands".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Command Finder

Λήψη αρχείων επέκτασης Command Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Command Finder Command Finder
ID njfbamejflimjphfaemanngkbfhifbbn
Επίσημο URL https://chromewebstore.google.com/detail/command-finder/njfbamejflimjphfaemanngkbfhifbbn
Περιγραφή One place to store and retrieve all your commands
Μέγεθος Αρχείου 470 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2015-03-22
Ημερομηνία Δημοσίευσης 2015-03-22
Αξιολόγηση 4.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Puneeth Shetty
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://www.puneethshetty.in
Υποστηριζόμενες Γλώσσες 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"
    }
}