MultiSearch
Lets you search from a customizable list of search engines
什么是MultiSearch?
MultiSearch是由Dale开发的Chrome扩展程序,该扩展的主要功能是“Lets you search from a customizable list of search engines”。
下载MultiSearch扩展crx文件
下载MultiSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to search from a customizable list of search engines.
扩展基本信息
名称 | |
ID | jfncaojfpjofgakebghgcmgjignddjgd |
官方URL | https://chrome.google.com/webstore/detail/multisearch/jfncaojfpjofgakebghgcmgjignddjgd |
简介 | Lets you search from a customizable list of search engines |
文件大小 | 432 KB |
安装次数 | 14 |
当前版本 | 1.1 |
更新时间 | 2015-01-02 |
上架时间 | 2015-01-02 |
开发者 | Dale |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiSearch", "options_page": "options.html", "version": "1.1", "description": "Lets you search from a customizable list of search engines", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "popup.html" } } |