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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
}
} | |