Omnimarkr
Fuzzy search your bookmarks through the Omnibox
什么是Omnimarkr?
Omnimarkr是由JVillella开发的Chrome扩展程序,该扩展的主要功能是“Fuzzy search your bookmarks through the Omnibox”。
扩展截图
下载Omnimarkr扩展crx文件
下载Omnimarkr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Omnimarkr |
ID | pklgmphiapdicmpbgnjnhnlmjpbijlfp |
官方URL | https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp |
简介 | Fuzzy search your bookmarks through the Omnibox |
文件大小 | 27.81 KB |
安装次数 | 13 |
当前版本 | 1.0.2 |
更新时间 | 2015-02-10 |
上架时间 | 2015-02-09 |
评分 | 4.00/5 共2次评分 |
开发者 | JVillella |
付费类型 | free |
扩展官网 | http://jvillella.com |
帮助页面URL | http://jvillella.com |
支持的语言 | 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 } } |