Command Finder

One place to store and retrieve all your commands

Command Finder là gì?

Command Finder là một tiện ích mở rộng Chrome được phát triển bởi Puneeth Shetty, và tính năng chính của nó là "One place to store and retrieve all your commands".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Command Finder

Tải xuống các tệp mở rộng Command Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Command Finder Command Finder
ID njfbamejflimjphfaemanngkbfhifbbn
URL Chính Thức https://chromewebstore.google.com/detail/command-finder/njfbamejflimjphfaemanngkbfhifbbn
Mô tả One place to store and retrieve all your commands
Kích Thước Tệp 470 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2015-03-22
Ngày Phát Hành 2015-03-22
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Puneeth Shetty
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.puneethshetty.in
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}