Snappy Tab
Snappy Tab is a Chrome Extension for the New Tab
Qu'est-ce que Snappy Tab ?
Snappy Tab est une extension Chrome développée par Engler LLC, et sa fonction principale est "Snappy Tab is a Chrome Extension for the New Tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snappy Tab
Téléchargez les fichiers d'extension Snappy Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | pkdlcnapnadkpfdplhnhblbjiphjcdci |
URL Officiel | https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci |
Description | Snappy Tab is a Chrome Extension for the New Tab |
Taille du Fichier | 30.38 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2021-04-22 |
Date de Publication | 2021-04-12 |
Développeur | Engler LLC |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://snappytab.com/ |
URL de la Page d'Aide | http://snappytab.com/faq |
URL de la Page de Politique de Confidentialité | https://snappytab.com/privacy |
Langues Prises en Charge | 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" } |