Fauxbar

An alternative to Chrome's Omnibox. Replaces the New Tab page.

什麼是Fauxbar?

Fauxbar是由Chris McFarland開發的Chrome擴展程式,該擴展的主要功能是“An alternative to Chrome's Omnibox. Replaces the New Tab page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Fauxbar擴展crx文件

下載Fauxbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Fauxbar makes Chrome's New Tab page act like classic Firefox's Awesome Bar:
 • Quickly find the history page, tab or bookmark you're after
 • Results are ranked using Mozilla's frecency algorithm, just like Firefox
 • Add and use your favorite websites' search engines with ease
 • Show tiled thumbnails for your top websites and installed Chrome apps

To use Fauxbar, simply open a new tab, or click the orange Fauxbar icon beside Chrome's Omnibox, or focus the Omnibox and press F+Spacebar.

What's the difference between Fauxbar and Fauxbar Lite? -- Fauxbar replaces Chrome's New Tab page; Fauxbar Lite does not.

If you'd rather keep Chrome's New Tab page as is, please install Fauxbar Lite instead: https://chrome.google.com/webstore/detail/bfimmnpbjccjihohjkimphfmmebffbmk

For Fauxbar'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 search engines
 • Use your favorite 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 without leaving the page you're on
 • Override Chrome's Alt+D, Ctrl+L and Ctrl+K commands with Fauxbar's equivalents
 • Choose font names, sizes, colors and background image
 • Let Fauxbar take focus away from Chrome's Omnibox automatically, or keep it as is
 • 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 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'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.                    

擴展基本資訊

名稱 Fauxbar Fauxbar
ID hibkhcnpkakjniplpfblaoikiggkopka
官方網址 https://chrome.google.com/webstore/detail/fauxbar/hibkhcnpkakjniplpfblaoikiggkopka
簡介 An alternative to Chrome's Omnibox. Replaces the New Tab page.
檔案大小 328 KB
安裝次數 4,351
目前版本 1.8.1
更新時間 2019-06-13
上架時間 2019-06-13
評分 4.23/5 共 188 次評分
開發者 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",
    "version": "1.8.1",
    "description": "An alternative to Chrome's Omnibox. Replaces the New Tab page.",
    "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",
    "chrome_url_overrides": {
        "newtab": "html\/fauxbar.html#newTab"
    },
    "browser_action": {
        "default_title": "Open Fauxbar",
        "default_icon": "img\/fauxbar19.png"
    },
    "commands": {
        "addressBoxCurrentTab": {
            "suggested_key": {
                "default": "Alt+D"
            },
            "description": "Open Fauxbar's Address Box in the current tab"
        },
        "addressBoxNewTab": {
            "suggested_key": {
                "default": "Ctrl+T"
            },
            "description": "Open Fauxbar's Address Box in a new tab"
        },
        "searchBoxCurrentTab": {
            "suggested_key": {
                "default": "Ctrl+K"
            },
            "description": "Open Fauxbar's Search Box in the current tab"
        },
        "searchBoxNewTab": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Open Fauxbar'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": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore*"
            ],
            "include_globs": [
                "http*"
            ],
            "js": [
                "js\/contextMenu-hoverToggle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore*"
            ],
            "js": [
                "js\/updatetitle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/*",
        "unlimitedStorage",
        "management",
        "clipboardWrite",
        "clipboardRead",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "img\/fauxbar16.png",
        "19": "img\/fauxbar19.png",
        "48": "img\/fauxbar48.png",
        "128": "img\/fauxbar128.png"
    },
    "omnibox": {
        "keyword": "f"
    },
    "web_accessible_resources": [
        "html\/fauxbar.html"
    ]
}