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 |
官方網址 | 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'" } } |