Fauxbar Lite
An alternative to Chrome's Omnibox.
Fauxbar Lite란 무엇입니까?
Fauxbar Lite은(는) Chris McFarland에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An alternative to Chrome's Omnibox."입니다.
확장 프로그램 스크린샷
Fauxbar Lite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fauxbar Lite brings classic Firefox's Awesome Bar functionality to Google Chrome: • Quickly find the history page, tab, or bookmark you're after • Results are ranked using Mozilla's frecency algorithm, just like Firefox To use Fauxbar Lite, either focus Chrome's Omnibox and press F+Spacebar, or click the orange Fauxbar icon beside Chrome's Omnibox. What's the difference between Fauxbar and Fauxbar Lite? -- Fauxbar replaces Chrome's New Tab page; Fauxbar Lite does not. If you'd like to replace Chrome's New Tab page, please install the original Fauxbar extension instead: https://chrome.google.com/webstore/detail/hibkhcnpkakjniplpfblaoikiggkopka For Fauxbar Lite's source code, please visit https://github.com/ChrisNZL/Fauxbar/ Features include: Address Box: • Accurately find your history items, bookmarks, and opened tabs • Results are ranked using Mozilla's frecency algorithm, just like Firefox • Full support for mid-word searching and non-alphanumeric characters • Consistent URL auto-fill / auto-complete • Intelligent page pre-rendering • Keyword shortcuts for your favorite websites • Right-click options such as Add/Edit Bookmark, and Add/Edit Keyword • Paste & Go • Search engine keyword shortcuts • URL blacklist • Switch to tab functionality Search Box and search engines: • Right-click on search fields on your favorite websites to add them as Fauxbar Lite search engines • Use added search engines with the dedicated Search Box, or hide the Search Box and just use search engines from the Address Box • Assign keywords to search engines for quick access, or click a menu for a visual list of your search engines • Suggestions can be displayed as you type your query (suggestions from the selected search engine will be retrieved where available) • Paste & Search • Supports OpenSearch detection Tiles: • Show tiles for your favorite websites with screenshot thumbnails • Let Fauxbar choose site tiles for you, or manually choose them yourself • Click and drag site tiles to rearrange Other features: • Omnibox integration: type F+Spacebar to access Fauxbar Lite without leaving the page you're on • Choose font names, sizes, colors and background image • Choose the number of results to display at a time • Comes preset with Google, DuckDuckGo, Yahoo!, and Bing • Delete a URL from Chrome's history right from Fauxbar Lite without having to open Chrome's History page • Alter the frecency algorithm's scoring if desired • More than 60 different configurable options • Backup, restore, and/or reset Fauxbar Lite's options with ease Fauxbar is not affiliated with Google, Chrome, Mozilla, Firefox, or the original AwesomeBar. ===== Recent changes: 14 June 2019 – v1.8.1 • Fixed a database locking issue that was introduced in Chrome 75. • Slightly increased Address Box result padding. • Added info when prompting to add an Address Box result keyword. • Updated suggested keyboard shortcuts.
확장 프로그램 기본 정보
이름 | |
ID | bfimmnpbjccjihohjkimphfmmebffbmk |
공식 URL | https://chrome.google.com/webstore/detail/fauxbar-lite/bfimmnpbjccjihohjkimphfmmebffbmk |
설명 | An alternative to Chrome's Omnibox. |
파일 크기 | 328 KB |
설치 횟수 | 722 |
현재 버전 | 1.8.1 |
최근 업데이트 | 2019-06-13 |
출시 날짜 | 2019-06-13 |
평점 | 4.41/5 총 32 개의 평점 |
개발자 | Chris McFarland |
확장 프로그램 웹 사이트 | https://github.com/ChrisNZL/Fauxbar/ |
도움말 페이지 URL | https://github.com/ChrisNZL/Fauxbar/wiki |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fauxbar Lite", "version": "1.8.1", "description": "An alternative to Chrome's Omnibox.", "minimum_chrome_version": "49", "background": { "scripts": [ "\/js\/jquery-1.7.min.js", "\/js\/common.js", "\/js\/common-1.js", "\/js\/logerror.js", "\/js\/md5-min.js", "\/js\/background-new.js" ], "persistent": true }, "options_page": "html\/launchoptions.html", "browser_action": { "default_title": "Open Fauxbar Lite", "default_icon": "img\/fauxbar19.png" }, "commands": { "addressBoxNewTab": { "suggested_key": { "default": "Ctrl+I" }, "description": "Open Fauxbar Lite's Address Box in a new tab" }, "searchBoxNewTab": { "suggested_key": { "default": "Ctrl+Shift+I" }, "description": "Open Fauxbar Lite's Search Box in a new tab" } }, "manifest_version": 2, "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/platform.twitter.com; style-src 'self' 'unsafe-inline'; img-src 'self' http: https: data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "content_scripts": [ { "matches": [ " |