WanderTab
Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Co to jest WanderTab?
WanderTab to rozszerzenie Chrome opracowane przez ivan_k, a jego główną funkcją jest „Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WanderTab
Pobierz pliki rozszerzeń WanderTab 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
The most necessary features are on the home page. Uploading your own images or short videos to the gallery with settings, light background effects, a search bar and the most popular search engines, a bookmark access panel, date and weather information, adding links to popular resources.
Podstawowe informacje o rozszerzeniu
Nazwa | WanderTab |
ID | olanlgoodpbboahjiphkihhalnbdchjm |
Oficjalny URL | https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm |
Opis | Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures. |
Rozmiar pliku | 427 KB |
Liczba instalacji | 135 |
Aktualna Wersja | 1.16.1 |
Ostatnia Aktualizacja | 2023-03-13 |
Data Publikacji | 2021-12-05 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | ivan_k |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://k-ivan.github.io/ |
Obsługiwane Języki | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.16.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "__MSG_extension_name__" }, "host_permissions": [ "https:\/\/google.com\/*" ], "permissions": [ "geolocation", "storage", "unlimitedStorage", "tabs" ], "optional_permissions": [ "bookmarks" ], "background": { "service_worker": "background.js" }, "offline_enabled": true } |