WanderTab
Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
O que é WanderTab?
WanderTab é uma extensão do Chrome desenvolvida por ivan_k, e sua principal característica é "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WanderTab
Baixe arquivos de extensão WanderTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WanderTab |
ID | olanlgoodpbboahjiphkihhalnbdchjm |
URL Oficial | https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm |
Descrição | Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures. |
Tamanho do Arquivo | 427 KB |
Contagem de Instalações | 135 |
Versão Atual | 1.16.1 |
Última Atualização | 2023-03-13 |
Data de Publicação | 2021-12-05 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | ivan_k |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://k-ivan.github.io/ |
Idiomas Suportados | 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 } |