YouTab

YouTab is a brand new personalized tab featuring customized widgets and wallpapers.

O que é YouTab?

YouTab é uma extensão do Chrome desenvolvida por HEYOOO HOLDINGS LIMITED, e sua principal característica é "YouTab is a brand new personalized tab featuring customized widgets and wallpapers.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTab

Baixe arquivos de extensão YouTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome YouTab YouTab
ID eoccgcljcojbmcfdnbnmikhlokeiiolp
URL Oficial https://chromewebstore.google.com/detail/youtab/eoccgcljcojbmcfdnbnmikhlokeiiolp
Descrição YouTab is a brand new personalized tab featuring customized widgets and wallpapers.
Tamanho do Arquivo 1.56 MB
Contagem de Instalações 265
Versão Atual 0.0.2
Última Atualização 2023-10-13
Data de Publicação 2023-08-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor HEYOOO HOLDINGS LIMITED
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
    }
}