Bright Tab

Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list.

Bright Tabคืออะไร?

Bright Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coryatkinson56 และคุณลักษณะหลักของมันคือ "Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bright Tab

ดาวน์โหลดไฟล์ส่วนขยาย Bright Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bright Tab is a simple tool which allows you to use additional functionality from your new tab by providing a custom web search

Get breathtaking HD images that give you joy and inspiration to boost your mood and motivation to start your day. Bright Tab is your gateway to a beautiful journey in various themes from nature to space. On Bright Tab, you can stay on top of things by getting quick access to popular sites and getting organized with our simple 'to do' list.

Your new tab is enhanced with Bing. This add-on, with mentioned productivity links and beautiful wallpaper, will help you complete your day-to-day tasks and you can track your To-Do list easily.

By clicking “Add to Chrome”, you agree to install the Bright Tab Chrome Extension, change the Chrome™ New Tab to Bright Tab, and accept the End-User License Agreement and Privacy Policy.

To find out more about our product go to:
https://bright-tab.com
https://bright-tab.com/eula.html
https://bright-tab.com/privacy.html
https://bright-tab.com/uninstall.html
https://bright-tab.com/contact.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bright Tab Bright Tab
ID kkpnlekgnlpcagkhdhlellaijomcjjbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bright-tab/kkpnlekgnlpcagkhdhlellaijomcjjbe
คำอธิบาย Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list.
ขนาดไฟล์ 248 KB
จำนวนการติดตั้ง 51,225
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-09-04
วันที่เผยแพร่ 2021-04-15
คะแนน 4.86/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา coryatkinson56
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bright-tab.com
URL หน้าช่วยเหลือ https://bright-tab.com/html/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://bright-tab.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bright Tab",
    "description": "Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list.",
    "version": "1.7",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "manifest_version": 3,
    "author": "Bright Tab",
    "background": {
        "service_worker": "bg.js"
    },
    "host_permissions": [
        "*:\/\/bright-tab.com\/*"
    ]
}