Command Finder

One place to store and retrieve all your commands

Command Finder란 무엇입니까?

Command Finder은(는) Puneeth Shetty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One place to store and retrieve all your commands"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Command Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}