Shiny Tab

Shiny Tab allows you to have a light and dark mode with vibrant shiny wallpapers, along with to do, full-screen mode!

Shiny Tabคืออะไร?

Shiny Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shinytab.com/ และคุณลักษณะหลักของมันคือ "Shiny Tab allows you to have a light and dark mode with vibrant shiny wallpapers, along with to do, full-screen mode!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Stay focused and boost your productivity! 

Shiny Tab give you opportunity to work on yourself with a minimum effort. 

✔️Now, in your New Tab extension you can find a TO DO LIST. Everyone need a very well organized tasks to become more efficient. Why would not you have one on your new tab? You can add tasks whenever you want a remove the ones you finished. It is a pretty simple tool but it could be very effective. 

▶ Note: The extension will update your search settings and will change your new tab search service provided by Yahoo.

🎴To keep you focused and in the same time relaxed, we created these flawless backgrounds on each new tab. You can even change it without opening new tab. Just click on the icon in the top left corner and you can click until you find your favorite one. 

🕰️Today's world happens to move so fast, that fast that we can easily forget about time and that can be problem sometime. We usually have limited time for obligations so it is important not to lose track of time. There is well designed clock in the middle of your screen to keep you informed about time. 

☁️When you install Shiny Tab, you will not be the one without the umbrella on a rainy day because you will be informed about weather at your exact location. In the top right corner you will find your exact location and weather outside at the exact moment. 

By clicking "Add to Chrome" you herby accept and agree to install Shiny Tab and set Chrome New Tab to that provided by the service and terms of use and Privacy policy.
The extension will update your search settings and will change your new tab search service provide by Yahoo.

To find more information about the Shiny Tab, visit our website:
Homepage: https://shinytab.com/index.html

Learn about our Privacy Policy: 
PP: https://shinytab.com/privacy.html

Click on this page for any questions: 
Contact: https://shinytab.com/contact.html

Learn about our End-user license agreement:
EULA: https://shinytab.com/EULA.html

Remove the product by  right-clicking the extension icon on the menu bar and clicking "remove from Chrome".                    

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

ชื่อ Shiny Tab Shiny Tab
ID ncbkjblmblhdjckefnncheiganligmin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/shiny-tab/ncbkjblmblhdjckefnncheiganligmin
คำอธิบาย Shiny Tab allows you to have a light and dark mode with vibrant shiny wallpapers, along with to do, full-screen mode!
ขนาดไฟล์ 24.14 MB
จำนวนการติดตั้ง 45,563
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2022-05-05
วันที่เผยแพร่ 2021-10-21
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://shinytab.com/
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shinytab.com/
URL หน้าช่วยเหลือ https://shinytab.com/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://shinytab.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shiny Tab",
    "description": "Shiny Tab allows you to have a light and dark mode with vibrant shiny wallpapers, along with to do, full-screen mode!",
    "version": "2.1.1",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "64": "\/images\/64.png"
    },
    "short_name": "Shiny",
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage",
        "*:\/\/shinytab.com\/*"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}