Omnibook
Search your bookmarks in the omnibox
什么是Omnibook?
Omnibook是由adermience开发的Chrome扩展程序,该扩展的主要功能是“Search your bookmarks in the omnibox”。
扩展截图
下载Omnibook扩展crx文件
下载Omnibook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmarks search extension. Typeandin the address bar and type what you want to search.
扩展基本信息
名称 | |
ID | hcgpicmniccnljackhfcejongbabbifc |
官方URL | https://chromewebstore.google.com/detail/omnibook/hcgpicmniccnljackhfcejongbabbifc |
简介 | Search your bookmarks in the omnibox |
文件大小 | 12.28 KB |
安装次数 | 17 |
当前版本 | 1.1 |
更新时间 | 2018-03-27 |
上架时间 | 2018-03-27 |
评分 | 5.00/5 共1次评分 |
开发者 | adermience |
付费类型 | free |
支持的语言 | 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" } } |