WeatherTab - new tab browser extension

Follow the weather forecast when loading a new tab in your browser

Co je WeatherTab - new tab browser extension?

WeatherTab - new tab browser extension je rozšíření Chrome vyvinuté Dev Labs, a jeho hlavní funkcí je „Follow the weather forecast when loading a new tab in your browser“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření WeatherTab - new tab browser extension

Stáhněte si soubory rozšíření WeatherTab - new tab browser extension 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í

                        Follow the weather forecast when loading a new tab in your browser                    

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

Název WeatherTab - new tab browser extension WeatherTab - new tab browser extension
ID ndmbacelaedejokjkolgipmdkblnibbo
Oficiální URL https://chrome.google.com/webstore/detail/weathertab-new-tab-browse/ndmbacelaedejokjkolgipmdkblnibbo
Popis Follow the weather forecast when loading a new tab in your browser
Velikost souboru 16.44 MB
Počet instalací 41
Aktuální Verze 1.0.3
Poslední Aktualizace 2019-03-15
Datum Vydání 2019-03-15
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Dev Labs
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://privacy.devlabs.bg
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeatherTab - new tab browser extension",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Follow the weather forecast when loading a new tab in your browser",
    "homepage_url": "http:\/\/openweathermap.org\/",
    "icons": {
        "16": "images\/icons\/logo16.png",
        "32": "images\/icons\/logo32.png",
        "48": "images\/icons\/logo48.png",
        "64": "images\/icons\/logo64.png",
        "128": "images\/icons\/logo128.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/logo32.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/openweathermap.org\/*",
        "storage"
    ]
}