幻蓝新标签页
开源、简洁、快速、易用、可同步、无广告的新标签页。
Cos'è 幻蓝新标签页?
幻蓝新标签页 è un'estensione di Chrome sviluppata da https://fengyu.name, 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
幻蓝新标签页,用于替换浏览器中的默认新标签页,支持自定义搜索、防止搜索劫持。 简单、易用的快速拨号,支持排序、必应壁纸、高斯模糊、自定义网络壁纸、自定义本地壁纸、自定义搜索引擎。 功能列表: 1. 快速添加当前页面到快速拨号 2. 快速拨号支持拖拽排序 3. 自定义搜索引擎,默认无劫持百度 4. 快速拨号背景默认为必应壁纸,每日轮换 5. 支持设置背景模糊程度 6. 支持隐藏搜索引擎 7. 支持自定义网络壁纸 8. 支持自定义本地文件壁纸 9. 支持导入导出 10. 支持黑暗模式
Informazioni di Base sull'Estensione
Nome | 幻蓝新标签页 |
ID | eomaebekeoblgkldpodljjlpodfinmbd |
URL Ufficiale | https://chromewebstore.google.com/detail/%E5%B9%BB%E8%93%9D%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/eomaebekeoblgkldpodljjlpodfinmbd |
Descrizione | 开源、简洁、快速、易用、可同步、无广告的新标签页。 |
Dimensione del File | 191 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 2.2.8 |
Ultimo Aggiornamento | 2020-04-29 |
Data di Pubblicazione | 2020-04-29 |
Valutazione | 4.11/5 Totale 9 Valutazioni |
Sviluppatore | https://fengyu.name |
[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": "\u5e7b\u84dd\u65b0\u6807\u7b7e\u9875", "version": "2.2.8", "description": "\u5f00\u6e90\u3001\u7b80\u6d01\u3001\u5feb\u901f\u3001\u6613\u7528\u3001\u53ef\u540c\u6b65\u3001\u65e0\u5e7f\u544a\u7684\u65b0\u6807\u7b7e\u9875\u3002", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "*:\/\/*.bing.com\/*", "activeTab", "tabs", "contextMenus" ] } |