Ultab - New Tab Page
Give a clean and modern look to your new tab page.
什么是Ultab - New Tab Page?
Ultab - New Tab Page是由https://ultab.space开发的Chrome扩展程序,该扩展的主要功能是“Give a clean and modern look to your new tab page.”。
扩展截图
下载Ultab - New Tab Page扩展crx文件
下载Ultab - New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some useful features: - Notepad - ToDo - Links - Apps - History - Bookmarks - Downloads - Search box - Clock
扩展基本信息
名称 | Ultab - New Tab Page |
ID | djmdnnaaplpopbkoaogbbcjligodffno |
官方URL | https://chromewebstore.google.com/detail/ultab-new-tab-page/djmdnnaaplpopbkoaogbbcjligodffno |
简介 | Give a clean and modern look to your new tab page. |
文件大小 | 2.83 MB |
安装次数 | 3,307 |
当前版本 | 1.0.6 |
更新时间 | 2022-10-25 |
上架时间 | 2021-11-12 |
评分 | 5.00/5 共35次评分 |
开发者 | https://ultab.space |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ultab.space |
隐私政策页面URL | https://ultab.space/pp |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ultab - New Tab Page", "description": "Give a clean and modern look to your new tab page.", "version": "1.0.6", "minimum_chrome_version": "88", "offline_enabled": true, "icons": { "256": "icons\/256.png", "128": "icons\/128.png", "64": "icons\/64.png" }, "background": { "service_worker": "sw.js" }, "chrome_url_overrides": { "newtab": "newtab-init.html" }, "permissions": [ "storage", "unlimitedStorage", "tabs" ], "host_permissions": [ "*:\/\/ultab.space\/*", "*:\/\/www.google.com\/complete\/search\/*" ] } |