Drop Tab

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

¿Qué es Drop Tab?

Drop Tab es una extensión de Chrome desarrollada por https://droptab.net/, y su función principal es "Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Drop Tab

Descarga archivos de extensión Drop Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Drop Tab Drop Tab
ID oeajaijmjcddabpejfadlfodogflaapm
URL Oficial https://chromewebstore.google.com/detail/drop-tab/oeajaijmjcddabpejfadlfodogflaapm
Descripción Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!
Tamaño del Archivo 2.3 MB
Cantidad de Instalaciones 10,000
Versión Actual 1.0.7
Última Actualización 2023-07-31
Fecha de Publicación 2021-10-20
Calificación 4.94/5 Total de 18 Calificaciones
Desarrollador https://droptab.net/
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://droptab.net/
URL de la Página de Ayuda https://droptab.net/#contact
URL de la Página de Política de Privacidad https://droptab.net/privacy-policy.html
Idiomas Soportados 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"
    }
}