极简搜索
提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。
Qu'est-ce que 极简搜索 ?
极简搜索 est une extension Chrome développée par www.onephi.com, et sa fonction principale est "提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 极简搜索
Téléchargez les fichiers d'extension 极简搜索 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
极简搜索插件集成了目前主流中文搜索引擎,为用户提供一站式中文搜索服务。 目前提供百度搜索、中国搜索、必应(Bing)搜索、搜狗搜索、360搜索等,未来版本将提供更加简洁且强大的搜索体验。
Informations de Base sur l'Extension
Nom | |
ID | glodbmkbkhecgdkfmmmapehibjkghpll |
URL Officiel | https://chrome.google.com/webstore/detail/%E6%9E%81%E7%AE%80%E6%90%9C%E7%B4%A2/glodbmkbkhecgdkfmmmapehibjkghpll |
Description | 提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。 |
Taille du Fichier | 194 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2019-02-12 |
Date de Publication | 2019-02-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | www.onephi.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |