Tab Plus
Tab Plus is more than just a tab, - local weather, flip clock and more...
Co to jest Tab Plus?
Tab Plus to rozszerzenie Chrome opracowane przez xtensionplus.com, a jego główną funkcją jest „Tab Plus is more than just a tab, - local weather, flip clock and more...”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Plus
Pobierz pliki rozszerzeń Tab Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Very useful and nice start page, more than just a new tab, - local weather, flip clock and more...
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Plus |
ID | gnpkfejhbjbfidphpdfeokopdigeinkf |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-plus/gnpkfejhbjbfidphpdfeokopdigeinkf |
Opis | Tab Plus is more than just a tab, - local weather, flip clock and more... |
Rozmiar pliku | 753 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 1.0.1.3 |
Ostatnia Aktualizacja | 2017-07-18 |
Data Publikacji | 2017-07-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | xtensionplus.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } |