Snappy Tab
Snappy Tab is a Chrome Extension for the New Tab
Cos'è Snappy Tab?
Snappy Tab è un'estensione di Chrome sviluppata da Engler LLC, e la sua funzione principale è "Snappy Tab is a Chrome Extension for the New Tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snappy Tab
Scarica i file di estensione Snappy Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | pkdlcnapnadkpfdplhnhblbjiphjcdci |
URL Ufficiale | https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci |
Descrizione | Snappy Tab is a Chrome Extension for the New Tab |
Dimensione del File | 30.38 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2021-04-22 |
Data di Pubblicazione | 2021-04-12 |
Sviluppatore | Engler LLC |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://snappytab.com/ |
URL della Pagina di Aiuto | http://snappytab.com/faq |
URL della Pagina della Politica sulla Privacy | https://snappytab.com/privacy |
Lingue Supportate | 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" } |