Elementary New Tab
Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
O que é Elementary New Tab?
Elementary New Tab é uma extensão do Chrome desenvolvida por Gamake, e sua principal característica é "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Elementary New Tab
Baixe arquivos de extensão Elementary New Tab 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
💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser. ✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click. ✨ Extensive gallery of quality images for the background of your page ✨ Minimalistic customizable tabs for quick access to your favorite sites
Informações Básicas da Extensão
Nome | |
ID | nkchlojdkebfdanfjngpdimocljgpfhh |
URL Oficial | https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh |
Descrição | Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser |
Tamanho do Arquivo | 2.92 MB |
Contagem de Instalações | 72 |
Versão Atual | 1.0.4 |
Última Atualização | 2021-01-17 |
Data de Publicação | 2020-12-20 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Gamake |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | de,en,fr,tr,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elementary New Tab", "description": "__MSG_extDescription__", "version": "1.0.4", "default_locale": "en", "manifest_version": 2, "icons": { "16": "assets\/images\/icons\/icon_16.png", "48": "assets\/images\/icons\/icon_48.png", "128": "assets\/images\/icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "topSites", "*:\/\/wallhaven.cc\/*" ] } |