极简搜索
提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。
Cos'è 极简搜索?
极简搜索 è un'estensione di Chrome sviluppata da www.onephi.com, e la sua funzione principale è "提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 极简搜索
Scarica i file di estensione 极简搜索 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
极简搜索插件集成了目前主流中文搜索引擎,为用户提供一站式中文搜索服务。 目前提供百度搜索、中国搜索、必应(Bing)搜索、搜狗搜索、360搜索等,未来版本将提供更加简洁且强大的搜索体验。
Informazioni di Base sull'Estensione
Nome | |
ID | glodbmkbkhecgdkfmmmapehibjkghpll |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E6%9E%81%E7%AE%80%E6%90%9C%E7%B4%A2/glodbmkbkhecgdkfmmmapehibjkghpll |
Descrizione | 提供一个简单且强大的中文搜索引擎集合,帮助用户更有效地搜索到需要的网络资源。 |
Dimensione del File | 194 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2019-02-12 |
Data di Pubblicazione | 2019-02-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | www.onephi.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |