幻蓝新标签页
开源、简洁、快速、易用、可同步、无广告的新标签页。
Qu'est-ce que 幻蓝新标签页 ?
幻蓝新标签页 est une extension Chrome développée par https://fengyu.name, 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
幻蓝新标签页,用于替换浏览器中的默认新标签页,支持自定义搜索、防止搜索劫持。 简单、易用的快速拨号,支持排序、必应壁纸、高斯模糊、自定义网络壁纸、自定义本地壁纸、自定义搜索引擎。 功能列表: 1. 快速添加当前页面到快速拨号 2. 快速拨号支持拖拽排序 3. 自定义搜索引擎,默认无劫持百度 4. 快速拨号背景默认为必应壁纸,每日轮换 5. 支持设置背景模糊程度 6. 支持隐藏搜索引擎 7. 支持自定义网络壁纸 8. 支持自定义本地文件壁纸 9. 支持导入导出 10. 支持黑暗模式
Informations de Base sur l'Extension
Nom | 幻蓝新标签页 |
ID | eomaebekeoblgkldpodljjlpodfinmbd |
URL Officiel | https://chromewebstore.google.com/detail/%E5%B9%BB%E8%93%9D%E6%96%B0%E6%A0%87%E7%AD%BE%E9%A1%B5/eomaebekeoblgkldpodljjlpodfinmbd |
Description | 开源、简洁、快速、易用、可同步、无广告的新标签页。 |
Taille du Fichier | 191 KB |
Nombre d'Installations | 41 |
Version Actuelle | 2.2.8 |
Dernière Mise à Jour | 2020-04-29 |
Date de Publication | 2020-04-29 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | https://fengyu.name |
[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": "\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" ] } |