Drop Tab

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

O que é Drop Tab?

Drop Tab é uma extensão do Chrome desenvolvida por https://droptab.net/, e sua principal característica é "Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Drop Tab

Baixe arquivos de extensão Drop 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

                        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.                    

Informações Básicas da Extensão

Nome Drop Tab Drop Tab
ID oeajaijmjcddabpejfadlfodogflaapm
URL Oficial https://chromewebstore.google.com/detail/drop-tab/oeajaijmjcddabpejfadlfodogflaapm
Descrição Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!
Tamanho do Arquivo 2.3 MB
Contagem de Instalações 10,000
Versão Atual 1.0.7
Última Atualização 2023-07-31
Data de Publicação 2021-10-20
Classificação 4.94/5 Total de 18 Avaliações
Desenvolvedor https://droptab.net/
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://droptab.net/
URL da Página de Ajuda https://droptab.net/#contact
URL da Página de Política de Privacidade https://droptab.net/privacy-policy.html
Idiomas Suportados 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"
    }
}