Time and Weather Tab

Minimal New Tab Page.

Vad är Time and Weather Tab?

Time and Weather Tab är en Chrome-tillägg utvecklad av wilsodadeveloper, och dess huvudfunktion är "Minimal New Tab Page.".

Tilläggsskärmbilder

screenshot

Ladda ner Time and Weather Tab-förlängningens CRX-fil

Ladda ner Time and Weather Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A minimal new tab page that shows the time and current weather.                    

Grundläggande Information om Tillägg

Namn Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
Officiell webbadress https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Beskrivning Minimal New Tab Page.
Filstorlek 41.82 KB
Antal Installationer 43
Aktuell Version 1.0
Senast Uppdaterad 2017-02-16
Publiceringsdatum 2017-02-16
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare wilsodadeveloper
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}