Omnibook
Search your bookmarks in the omnibox
What is Omnibook?
Omnibook is a Chrome extension developed by adermience, and its main feature is "Search your bookmarks in the omnibox".
Extension Screenshots
Download Omnibook Extension CRX File
Download Omnibook 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
Bookmarks search extension. Typeandin the address bar and type what you want to search.
Extension Basic Information
Name | |
ID | hcgpicmniccnljackhfcejongbabbifc |
Official URL | https://chromewebstore.google.com/detail/omnibook/hcgpicmniccnljackhfcejongbabbifc |
Description | Search your bookmarks in the omnibox |
File Size | 12.28 KB |
Installation Count | 17 |
Current Version | 1.1 |
Last Updated | 2018-03-27 |
Publish Date | 2018-03-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | adermience |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibook", "description": "Search your bookmarks in the omnibox", "version": "1.1", "omnibox": { "keyword": "s" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks" ], "icons": { "16": "icon\/icon-16.png", "128": "icon\/icon-128.png" } } |