Custom Tab Extension

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

Qu'est-ce que Custom Tab Extension ?

Custom Tab Extension est une extension Chrome développée par bhavyac045, et sa fonction principale est "This new tab with changing wallpaper will display weather and date/time at user's current location".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Custom Tab Extension

Téléchargez les fichiers d'extension Custom Tab Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Custom Tab Extension Custom Tab Extension
ID fdmjinolaboakdlcnlclmnkklkfgapnd
URL Officiel https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd
Description This new tab with changing wallpaper will display weather and date/time at user's current location
Taille du Fichier 702 KB
Nombre d'Installations 57
Version Actuelle 3
Dernière Mise à Jour 2020-08-26
Date de Publication 2020-05-05
Développeur bhavyac045
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}