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 |
官方網址 | 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 } } |