Custom Tab Extension

This new tab with changing wallpaper will display weather and date/time at user's current location

O que é Custom Tab Extension?

Custom Tab Extension é uma extensão do Chrome desenvolvida por bhavyac045, e sua principal característica é "This new tab with changing wallpaper will display weather and date/time at user's current location".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Custom Tab Extension

Baixe arquivos de extensão Custom Tab Extension 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

                        This customized new tab with changing wallpaper will display weather and date/time at user's current location. Link to Covid-19 alerts and Gmail are added advantage.                    

Informações Básicas da Extensão

Nome Custom Tab Extension Custom Tab Extension
ID fdmjinolaboakdlcnlclmnkklkfgapnd
URL Oficial https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd
Descrição This new tab with changing wallpaper will display weather and date/time at user's current location
Tamanho do Arquivo 702 KB
Contagem de Instalações 57
Versão Atual 3
Última Atualização 2020-08-26
Data de Publicação 2020-05-05
Desenvolvedor bhavyac045
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Tab Extension",
    "description": "This new tab with changing wallpaper will display weather and date\/time at user's current location",
    "version": "3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "content.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "browser_action": {
        "default_title": "Custom Tab"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "identity",
        "identity.email"
    ]
}