Omnimarkr
Fuzzy search your bookmarks through the Omnibox
Wat is Omnimarkr?
Omnimarkr is een Chrome-extensie ontwikkeld door JVillella, en de belangrijkste functie is "Fuzzy search your bookmarks through the Omnibox".
Extensie Screenshots
Download het CRX-bestand van de extensie Omnimarkr
Download Omnimarkr-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
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!
Basisinformatie over de Extensie
Naam | Omnimarkr |
ID | pklgmphiapdicmpbgnjnhnlmjpbijlfp |
Officiële URL | https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp |
Beschrijving | Fuzzy search your bookmarks through the Omnibox |
Bestandsgrootte | 27.81 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2015-02-10 |
Publicatiedatum | 2015-02-09 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | JVillella |
Betalingswijze | free |
Extensiewebsite | http://jvillella.com |
Help Pagina-URL | http://jvillella.com |
Ondersteunde Talen | 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 } } |