Snappy Tab
Snappy Tab is a Chrome Extension for the New Tab
O que é Snappy Tab?
Snappy Tab é uma extensão do Chrome desenvolvida por Engler LLC, e sua principal característica é "Snappy Tab is a Chrome Extension for the New Tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snappy Tab
Baixe arquivos de extensão Snappy 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
Snappy Tab is a Chrome Extension for the New Tab This extension changes your existing new tab page and provides the features below: - Clean Tab Look - Popular useful links - New tab search box providing Bing.com search results. Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. This extension is free to download from the Chrome Web store By installing and using Snappy Tab Tab agree to the Terms of Use and Privacy Policy. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. About: https://snappytab.com/about Terms of Service: https://snappytab.com/terms Privacy Policy: https://snappytab.com/privacy
Informações Básicas da Extensão
Nome | |
ID | pkdlcnapnadkpfdplhnhblbjiphjcdci |
URL Oficial | https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci |
Descrição | Snappy Tab is a Chrome Extension for the New Tab |
Tamanho do Arquivo | 30.38 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.6 |
Última Atualização | 2021-04-22 |
Data de Publicação | 2021-04-12 |
Desenvolvedor | Engler LLC |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://snappytab.com/ |
URL da Página de Ajuda | http://snappytab.com/faq |
URL da Página de Política de Privacidade | https://snappytab.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "background", "storage" ], "version": "1.6" } |