Tabun: Smart Newtab
Tabun is a live newtab with a minimalist design.
O que é Tabun: Smart Newtab?
Tabun: Smart Newtab é uma extensão do Chrome desenvolvida por https://tabun.net, e sua principal característica é "Tabun is a live newtab with a minimalist design.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tabun: Smart Newtab
Baixe arquivos de extensão Tabun: Smart Newtab 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
- Add bookmarks to your start page. - Group your bookmarks into folders. - Add your own notes. - All the chrome in one page: extensions, downloads, history. - Enjoy beautiful and dynamic backgrounds from cool authors. - Enjoy searching with yahoo as your main search engine. We add different types of wallpapers from nature to technology so you can enjoy the background of your new tab, we already have: auto, nature, seasons, city, animals, music, food and other categories. -- Thanks for installing and for being with us.
Informações Básicas da Extensão
Nome | Tabun: Smart Newtab |
ID | eldanaaeiflfoaifghpiicmpnmmljfed |
URL Oficial | https://chromewebstore.google.com/detail/tabun-smart-newtab/eldanaaeiflfoaifghpiicmpnmmljfed |
Descrição | Tabun is a live newtab with a minimalist design. |
Tamanho do Arquivo | 1023 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.12 |
Última Atualização | 2021-12-10 |
Data de Publicação | 2021-10-04 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://tabun.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tabun.net/ |
URL da Página de Ajuda | https://tabun.net/privacy-policy.html |
URL da Página de Política de Privacidade | https://tabun.net/privacy-policy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabun: Smart Newtab", "description": "Tabun is a live newtab with a minimalist design.", "version": "1.12", "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "chrome_settings_overrides": { "search_provider": { "is_default": true, "name": "Yahoo", "keyword": "keyword.__MSG_url_domain__", "search_url": "https:\/\/tabun.net\/index.html?p={searchTerms}", "favicon_url": "https:\/\/tabun.net\/images\/favicon.png", "encoding": "UTF-8", "suggest_url": "https:\/\/tabun.net\/suggestions.html?p={searchTerms}" } }, "host_permissions": [ "https:\/\/cdn.flixel.com\/*", "https:\/\/sugg.search.yahoo.net\/*" ], "permissions": [ "bookmarks" ] } |