Drop Tab

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

什么是Drop Tab?

Drop Tab是由https://droptab.net/开发的Chrome扩展程序,该扩展的主要功能是“Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Drop Tab扩展crx文件

下载Drop Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Drop Tab Drop Tab
ID oeajaijmjcddabpejfadlfodogflaapm
官方URL https://chromewebstore.google.com/detail/drop-tab/oeajaijmjcddabpejfadlfodogflaapm
简介 Install Drop Tab - a custom New Tab with beautiful wallpapers and backgrounds to make your day!
文件大小 2.3 MB
安装次数 10,000
当前版本 1.0.7
更新时间 2023-07-31
上架时间 2021-10-20
评分 4.94/5 共18次评分
开发者 https://droptab.net/
电子邮箱 [email protected]
付费类型 free
扩展官网 https://droptab.net/
帮助页面URL https://droptab.net/#contact
隐私政策页面URL https://droptab.net/privacy-policy.html
支持的语言 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"
    }
}