Weather New Tab

The best weather new tab extention

Cos'è Weather New Tab?

Weather New Tab è un'estensione di Chrome sviluppata da weathernewtab, e la sua funzione principale è "The best weather new tab extention".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Weather New Tab

Scarica i file di estensione Weather New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

Informazioni di Base sull'Estensione

Nome Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
URL Ufficiale https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
Descrizione The best weather new tab extention
Dimensione del File 1.67 MB
Conteggio Installazioni 6,921
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-05-30
Data di Pubblicazione 2022-10-26
Sviluppatore weathernewtab
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://weathernewtab.com/privacy.html
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}