幻蓝新标签页
开源、简洁、快速、易用、可同步、无广告的新标签页。
What is 幻蓝新标签页?
幻蓝新标签页 is a Chrome extension developed by https://fengyu.name, 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
幻蓝新标签页,用于替换浏览器中的默认新标签页,支持自定义搜索、防止搜索劫持。 简单、易用的快速拨号,支持排序、必应壁纸、高斯模糊、自定义网络壁纸、自定义本地壁纸、自定义搜索引擎。 功能列表: 1. 快速添加当前页面到快速拨号 2. 快速拨号支持拖拽排序 3. 自定义搜索引擎,默认无劫持百度 4. 快速拨号背景默认为必应壁纸,每日轮换 5. 支持设置背景模糊程度 6. 支持隐藏搜索引擎 7. 支持自定义网络壁纸 8. 支持自定义本地文件壁纸 9. 支持导入导出 10. 支持黑暗模式
Extension Basic Information
Name | 幻蓝新标签页 |
ID | eomaebekeoblgkldpodljjlpodfinmbd |
Official URL | 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 | 开源、简洁、快速、易用、可同步、无广告的新标签页。 |
File Size | 191 KB |
Installation Count | 41 |
Current Version | 2.2.8 |
Last Updated | 2020-04-29 |
Publish Date | 2020-04-29 |
Rating | 4.11/5 Total 9 Ratings |
Developer | https://fengyu.name |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |