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
官方網址 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"
    }
}