YouTab
YouTab is a brand new personalized tab featuring customized widgets and wallpapers.
What is YouTab?
YouTab is a Chrome extension developed by HEYOOO HOLDINGS LIMITED, and its main feature is "YouTab is a brand new personalized tab featuring customized widgets and wallpapers.".
Extension Screenshots
Download YouTab Extension CRX File
Download YouTab 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
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
Extension Basic Information
Name | YouTab |
ID | eoccgcljcojbmcfdnbnmikhlokeiiolp |
Official URL | https://chromewebstore.google.com/detail/youtab/eoccgcljcojbmcfdnbnmikhlokeiiolp |
Description | YouTab is a brand new personalized tab featuring customized widgets and wallpapers. |
File Size | 1.56 MB |
Installation Count | 265 |
Current Version | 0.0.2 |
Last Updated | 2023-10-13 |
Publish Date | 2023-08-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | HEYOOO HOLDINGS LIMITED |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } } |