Bomnibox - Better Omnibox
Optimized fuzzy omnibox history search - Like firefox quick history search.
What is Bomnibox - Better Omnibox?
Bomnibox - Better Omnibox is a Chrome extension developed by BrainFooLong, and its main feature is "Optimized fuzzy omnibox history search - Like firefox quick history search.".
Extension Screenshots
Download Bomnibox - Better Omnibox Extension CRX File
Download Bomnibox - Better Omnibox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Changelog 19.04.2017 - fixes for option polling stop idle - updates to coding standards - version upgrade
Extension Basic Information
Name | |
ID | addhjliabodfedbldldgckekdeplehai |
Official URL | https://chrome.google.com/webstore/detail/bomnibox-better-omnibox/addhjliabodfedbldldgckekdeplehai |
Description | Optimized fuzzy omnibox history search - Like firefox quick history search. |
File Size | 66.84 KB |
Installation Count | 114 |
Current Version | 1.1.1 |
Last Updated | 2017-04-19 |
Publish Date | 2017-04-19 |
Rating | 4.64/5 Total 11 Ratings |
Developer | BrainFooLong |
Payment Type | free |
Extension Website | https://github.com/brainfoolong/bomnibox |
Help Page URL | https://github.com/brainfoolong/bomnibox/issues |
Privacy Policy Page URL | https://getbblog.com/legal |
Supported Languages | de,en,it,pt-BR,cs,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bomnibox - Better Omnibox", "short_name": "bomnibox", "version": "1.1.1", "manifest_version": 2, "description": "__MSG_extDesc__", "homepage_url": "https:\/\/github.com\/brainfoolong\/bomnibox", "minimum_chrome_version": "35.0", "author": "BrainFooLong", "default_locale": "en", "options_page": "options.html", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "omnibox": { "keyword": "$" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "history", "tabs", "storage" ], "commands": { "open": { "suggested_key": { "default": "Ctrl+Shift+0", "mac": "Command+Shift+0" }, "global": true, "description": "Open Bomnibox" } } } |