Omnimarkr
Fuzzy search your bookmarks through the Omnibox
What is Omnimarkr?
Omnimarkr is a Chrome extension developed by JVillella, and its main feature is "Fuzzy search your bookmarks through the Omnibox".
Extension Screenshots
Download Omnimarkr Extension CRX File
Download Omnimarkr 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
Omnimarkr is an Omnibox enhancement for full-page searching of your bookmarks. Instead of only being able to search the titles of your bookmarks, now the entire pages are indexed automatically. Simply type 'bookmarks' in your Omnibox, hit tab, and away you go!
Extension Basic Information
Name | Omnimarkr |
ID | pklgmphiapdicmpbgnjnhnlmjpbijlfp |
Official URL | https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp |
Description | Fuzzy search your bookmarks through the Omnibox |
File Size | 27.81 KB |
Installation Count | 13 |
Current Version | 1.0.2 |
Last Updated | 2015-02-10 |
Publish Date | 2015-02-09 |
Rating | 4.00/5 Total 2 Ratings |
Developer | JVillella |
Payment Type | free |
Extension Website | http://jvillella.com |
Help Page URL | http://jvillella.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnimarkr", "description": "Fuzzy search your bookmarks through the Omnibox", "version": "1.0.2", "omnibox": { "keyword": "bookmarks" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "*:\/\/*\/*", "*:\/\/*\/*", "bookmarks", "storage", "unlimitedStorage" ], "background": { "scripts": [ "fuse.js", "eventscript.js" ], "persistent": false } } |