极简搜索
提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。
What is 极简搜索?
极简搜索 is a Chrome extension developed by www.onephi.com, and its main feature is "提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。".
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
极简搜索插件集成了目前主流中文搜索引擎,为用户提供一站式中文搜索服务。 目前提供百度搜索、中国搜索、必应(Bing)搜索、搜狗搜索、360搜索等,未来版本将提供更加简洁且强大的搜索体验。
Extension Basic Information
Name | |
ID | glodbmkbkhecgdkfmmmapehibjkghpll |
Official URL | https://chrome.google.com/webstore/detail/%E6%9E%81%E7%AE%80%E6%90%9C%E7%B4%A2/glodbmkbkhecgdkfmmmapehibjkghpll |
Description | 提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。 |
File Size | 194 KB |
Installation Count | 22 |
Current Version | 0.1.1 |
Last Updated | 2019-02-12 |
Publish Date | 2019-02-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | www.onephi.com |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6781\u7b80\u641c\u7d22", "description": "\u63d0\u4f9b\u4e00\u4e2a\u7b80\u5355\u4e14\u5f3a\u5927\u7684\u4e2d\u6587\u641c\u7d22\u5f15\u64ce\u96c6\u5408\uff0c\u5e2e\u52a9\u7528\u6237\u66f4\u6709\u6548\u5730\u641c\u7d22\u5230\u9700\u8981\u7684\u7f51\u7edc\u8d44\u6e90\u3002", "version": "0.1.1", "author": "www.onephi.com", "icons": { "130": "\/images\/icon.png" }, "permissions": [ "tabs" ], "browser_action": { "default_title": "\u6781\u7b80\u641c\u7d22", "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/background\/background_main.js" ], "persistent": false } } |