WanderTab
Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Vad är WanderTab?
WanderTab är en Chrome-tillägg utvecklad av ivan_k, och dess huvudfunktion är "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".
Tilläggsskärmbilder
Ladda ner WanderTab-förlängningens CRX-fil
Ladda ner WanderTab-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
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.
Grundläggande Information om Tillägg
Namn | WanderTab |
ID | olanlgoodpbboahjiphkihhalnbdchjm |
Officiell webbadress | https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm |
Beskrivning | Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures. |
Filstorlek | 427 KB |
Antal Installationer | 135 |
Aktuell Version | 1.16.1 |
Senast Uppdaterad | 2023-03-13 |
Publiceringsdatum | 2021-12-05 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | ivan_k |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://k-ivan.github.io/ |
Stödda Språk | 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 } |