Drop Tab

Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!

Qu'est-ce que Drop Tab ?

Drop Tab est une extension Chrome développée par https://droptab.net/, et sa fonction principale est "Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Drop Tab

Téléchargez les fichiers d'extension Drop 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

                        Having a bad day? Having trouble concentrating? Use this extension to get the most out of your day! Cheer up and focus with amazing color and widgets! 

By clicking “add to Chrome”, I accept and agree to installing the Drop Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of use and Policy.

 📌 Drop Tab is a cheerful extension that will change the importance of your browser and help you to use it in a completely different way. 

 📌 If you enjoy the beauty of the drops, the background on each new tab will wow you. You may select from a number of lovely backdrops. You are free to modify it whenever you wish. These wallpapers are intended to spark your imagination and improve your day!

 📌 Aside from the backgrounds, the screen displays a number of functions. We incorporated a clock function to ensure that you are always aware of the time. You have the option of dividing your clock into 12 hours or using the standard one. It's vital not to lose track of time, especially if you're swamped with important activities. 

 📌 Another basic but vital tool is the weather feature. If you have it on your tab, you can check the weather and arrange your duties and leisure time accordingly. In case you are not from the US, we got you covered! There is an option on click so you can change from Fahrenheit to Celsius in a second! 

 📌 In the middle of the screen, just there where you can see our logo, we made a feature so you can search for anything that comes to your mind instantly. If the logo is too much for you, you can make it less visible by using opacity option in settings.

Learn all about our Privacy Policy and Terms of Service by visiting these links: 
PP: https://droptab.net/privacy-policy.html
TOS: https://droptab.net/tos.html


 📌 We created a page especially for you so you can contact us and ask any questions. You just have to click on this page https://droptab.net/#contact and fill a quick form about anything that interests you or use the information below to approach us:
- By mail: Girema Holdings Limited
Karaiskaki 13,
3032 Limassol, Cyprus
- By email: [email protected]

We do not recommend uninstalling this joyful extension- but there is an option if you are willing to remove it. Follow these steps: 

1. In the Chrome Icon menu - click on the three lines/dots at the top-right corner and click on Add-ons
2. Select Extensions
3. Click on the Remove button to complete the uninstallation when you find Drop Tab
4. Click remove again in the pop-up
5. That's it. You have uninstalled this extension successfully.                    

Informations de Base sur l'Extension

Nom Drop Tab Drop Tab
ID oeajaijmjcddabpejfadlfodogflaapm
URL Officiel https://chromewebstore.google.com/detail/drop-tab/oeajaijmjcddabpejfadlfodogflaapm
Description Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!
Taille du Fichier 2.3 MB
Nombre d'Installations 10,000
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-07-31
Date de Publication 2021-10-20
Évaluation 4.94/5 Total 18 Évaluations
Développeur https://droptab.net/
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://droptab.net/
URL de la Page d'Aide https://droptab.net/#contact
URL de la Page de Politique de Confidentialité https://droptab.net/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drop Tab",
    "short_name": "Drop",
    "description": "Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!",
    "version": "1.0.7",
    "incognito": "split",
    "icons": {
        "16": ".\/assets\/images\/icons\/16.png",
        "32": ".\/assets\/images\/icons\/32.png",
        "64": ".\/assets\/images\/icons\/64.png",
        "128": ".\/assets\/images\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": ".\/views\/newtab.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/droptab.net\/*"
    ],
    "manifest_version": 3,
    "offline_enabled": true,
    "background": {
        "service_worker": ".\/service-worker.js"
    }
}