YouTab
YouTab is a brand new personalized tab featuring customized widgets and wallpapers.
什么是YouTab?
YouTab是由HEYOOO HOLDINGS LIMITED开发的Chrome扩展程序,该扩展的主要功能是“YouTab is a brand new personalized tab featuring customized widgets and wallpapers.”。
扩展截图
下载YouTab扩展crx文件
下载YouTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
YouTab is a brand new personalized tab featuring customized widgets and wallpapers. Features: • 🌐 Aggregate more than 10 mainstream search engines, supporting one-click quick switch for search • 👩💻 Customize frequently used icons, with options to set icon style, size, and layout • 📚 Customize icon groups for better organization • 🎨 Massive selection of beautiful wallpapers to personalize your experience • 🌏 Built-in, meticulously curated icon library of globally recognized and high-quality website resources
扩展基本信息
名称 | YouTab |
ID | eoccgcljcojbmcfdnbnmikhlokeiiolp |
官方URL | https://chromewebstore.google.com/detail/youtab/eoccgcljcojbmcfdnbnmikhlokeiiolp |
简介 | YouTab is a brand new personalized tab featuring customized widgets and wallpapers. |
文件大小 | 1.56 MB |
安装次数 | 265 |
当前版本 | 0.0.2 |
更新时间 | 2023-10-13 |
上架时间 | 2023-08-21 |
评分 | 5.00/5 共2次评分 |
开发者 | HEYOOO HOLDINGS LIMITED |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.0.2", "description": "__MSG_extDescription__", "default_locale": "en", "action": { "default_icon": "src\/assets\/icon-512.png", "default_popup": "src\/modules\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "src\/assets\/icon-512.png", "48": "src\/assets\/icon-512.png", "128": "src\/assets\/icon-512.png" }, "permissions": [ "activeTab", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |