Fuzzy Search
Nothing
Fuzzy Search란 무엇입니까?
Fuzzy Search은(는) Nishant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nothing"입니다.
Fuzzy Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fuzzy Search - Using this extension you can fuzzy search through history, bookmarks and open tabs. The number of allowed mistakes depends on the current length of search text. Based on the size of the search space, it will allow 1 mistake per 4 or 5 characters. The mistakes can be of following types - missing character, extra character, replacing character and swapping 2 adjacent characters. Availabe Shortcuts - 1. Search All - Fuzzy Search throught bookmarks and history. 2. Search Bookmarks - Fuzzy Search through Bookmarks. 3. Search Tabs - Fuzzy Search through Open tabs in all open windows. 4. Edit Selected Url - Changes the text of search bar to the url of the selected result, if any. 5. Next Results - Displays Next results. 6. Previous Results - Displays Previous results. To set or change shortcuts - Open chrome://extensions. Click Keyboard Shortcuts link at the bottom of the page. Maximum 10 results are displayed at once. The shortcut used to display the bar will also hide it. Other inbuilt shortcuts - 1. "tab" or "Up arrow Key" or "ctrl + k" - select next result. 2. "shift + tab" or "Down Arrow Key" or "ctrl + j" - select previous result 3. "enter" - Open the selected url in New Tab and focus the new tab. 4. "shift + enter" - Open the selected url in current tab. 5. "alt + enter" - Open the selected url in New Tab without focusing it. 6. "escape" - Hide the search bar. It can create conflict if you also use Vimium. 7. "delete" - Close the currently selected tab if searching in Tabs. If you find any bug or have performance issues, report it on the github page - https://github.com/NishantVar/FuzzySearchChrome
확장 프로그램 기본 정보
이름 | |
ID | fgandbhffoicjlhpbopogojblnbnfkhp |
공식 URL | https://chrome.google.com/webstore/detail/fuzzy-search/fgandbhffoicjlhpbopogojblnbnfkhp |
설명 | Nothing |
파일 크기 | 618 KB |
설치 횟수 | 20 |
현재 버전 | 2.0 |
최근 업데이트 | 2014-06-07 |
출시 날짜 | 2014-06-07 |
평점 | 2.75/5 총 4 개의 평점 |
개발자 | Nishant |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fuzzy Search", "version": "2.0", "background": { "persistent": true, "scripts": [ "search.js", "store.js", "utils.js", "tabs.js", "bg.js" ] }, "permissions": [ "bookmarks", "history", "windows", "storage", "tabs" ], "content_scripts": [ { "matches": [ " |