Bomnibox - Better Omnibox
Optimized fuzzy omnibox history search - Like firefox quick history search.
Wat is Bomnibox - Better Omnibox?
Bomnibox - Better Omnibox is een Chrome-extensie ontwikkeld door BrainFooLong, en de belangrijkste functie is "Optimized fuzzy omnibox history search - Like firefox quick history search.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bomnibox - Better Omnibox
Download Bomnibox - Better Omnibox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Changelog 19.04.2017 - fixes for option polling stop idle - updates to coding standards - version upgrade
Basisinformatie over de Extensie
Naam | |
ID | addhjliabodfedbldldgckekdeplehai |
Officiële URL | https://chrome.google.com/webstore/detail/bomnibox-better-omnibox/addhjliabodfedbldldgckekdeplehai |
Beschrijving | Optimized fuzzy omnibox history search - Like firefox quick history search. |
Bestandsgrootte | 66.84 KB |
Aantal Installaties | 114 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-04-19 |
Publicatiedatum | 2017-04-19 |
Beoordeling | 4.64/5 Totaal 11 Beoordelingen |
Ontwikkelaar | BrainFooLong |
Betalingswijze | free |
Extensiewebsite | https://github.com/brainfoolong/bomnibox |
Help Pagina-URL | https://github.com/brainfoolong/bomnibox/issues |
URL van de Privacybeleid Pagina | https://getbblog.com/legal |
Ondersteunde Talen | 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" } } } |