多搜
This extension enables you to use multiple search engines.
What is 多搜?
多搜 is a Chrome extension developed by tinyfun.org, and its main feature is "This extension enables you to use multiple search engines.".
Extension Screenshots
Download 多搜 Extension CRX File
Download 多搜 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
多搜---让你的搜索更有效率! 1.收藏常用的搜索引擎。 2.选中目标内容,右键一键搜索直达,给你更多搜索选择。
Extension Basic Information
Name | 多搜 |
ID | phcdgonablgheojginepjipamehniehe |
Official URL | https://chromewebstore.google.com/detail/%E5%A4%9A%E6%90%9C/phcdgonablgheojginepjipamehniehe |
Description | This extension enables you to use multiple search engines. |
File Size | 14.2 KB |
Installation Count | 19 |
Current Version | 1.0 |
Last Updated | 2015-11-18 |
Publish Date | 2015-11-16 |
Developer | tinyfun.org |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u591a\u641c", "description": "This extension enables you to use multiple search engines.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "\u591a\u641c" }, "permissions": [ "tabs", "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |