Weather New Tab

The best weather new tab extention

Co je Weather New Tab?

Weather New Tab je rozšíření Chrome vyvinuté weathernewtab, a jeho hlavní funkcí je „The best weather new tab extention“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Weather New Tab

Stáhněte si soubory rozšíření Weather New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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"                    

Základní Informace o Rozšíření

Název Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
Oficiální URL https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
Popis The best weather new tab extention
Velikost souboru 1.67 MB
Počet instalací 6,921
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-05-30
Datum Vydání 2022-10-26
Vývojář weathernewtab
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://weathernewtab.com/privacy.html
Podporované Jazyky 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"
    }
}