Tab Plus

Tab Plus is more than just a tab, - local weather, flip clock and more...

Was ist Tab Plus?

Tab Plus ist eine Chrome-Erweiterung, die von xtensionplus.com entwickelt wurde, und ihr Hauptmerkmal ist "Tab Plus is more than just a tab, - local weather, flip clock and more...".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tab Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Very useful and nice start page, 
more than just a new tab, - local weather, flip clock and more...                    

Grundlegende Informationen zur Erweiterung

Name Tab Plus Tab Plus
ID gnpkfejhbjbfidphpdfeokopdigeinkf
Offizielle URL https://chromewebstore.google.com/detail/tab-plus/gnpkfejhbjbfidphpdfeokopdigeinkf
Beschreibung Tab Plus is more than just a tab, - local weather, flip clock and more...
Dateigröße 753 KB
Installationsanzahl 72
Aktuelle Version 1.0.1.3
Letztes Update 2017-07-18
Veröffentlichungsdatum 2017-07-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler xtensionplus.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "name": "Tab Plus",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Tab Plus is more than just a tab, - local weather, flip clock and more...",
    "icons": {
        "128": "images\/tab+-128.png",
        "16": "images\/tab+-16.png",
        "48": "images\/tab+-48.png",
        "64": "images\/tab+-64.png"
    },
    "manifest_version": 2,
    "options_page": "index.html#options",
    "permissions": [
        "storage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api"
    ],
    "version": "1.0.1.3"
}