Matte Tab

This is a custom new tab extension that helps you stay focused and provides you with a net calming working space

Matte Tabคืออะไร?

Matte Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mattetab.com และคุณลักษณะหลักของมันคือ "This is a custom new tab extension that helps you stay focused and provides you with a net calming working space"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        By clicking "Add to Chrome", You accept and agree to installing the Matte Tab Chrome Extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be powered by Microsoft Bing.

All in one: simple to modify, clean, and entertaining.

Features:

- Monochromatic wallpapers to choose from
- Weather widget based on your location by using Open Weather API (http://api.openweathermap.org)
- Full-Screen mode - take a break - hide your browser tabs
- Clock above the search bar
- Click on the wheel in the upper left corner and change wallpapers, every click on wheel is new wallpaper
- Add social widget or remove them any moment
- Add entertainment links or work related links
- This feature is also removable from the settings area

Don't be afraid to experiment with this tool; once you get the hang of it, it will quickly become your favorite Chrome extension.

P.S. If you would want to post a review or contact us personally, we would be grateful. Every piece of input is appreciated and useful. Our homepage includes links to our contact form, privacy statement, and other pages:

✔ https://mattetab.com
✔ https://mattetab.com/privacy-policy.html
✔ https://mattetab.com/eula.html

Contact us by:

- Company e-mail: [email protected]
- Mail: 1301, 1302 & 1303 Capricorn Tower, 
 Sheikh Zayed Road, Trade Centre Second, 
 Dubai, United Arab Emirates                    

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

ชื่อ Matte Tab Matte Tab
ID ddijomlbfpenflnmdonbdeidhapdpgih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/matte-tab/ddijomlbfpenflnmdonbdeidhapdpgih
คำอธิบาย This is a custom new tab extension that helps you stay focused and provides you with a net calming working space
ขนาดไฟล์ 42.89 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2022-12-14
วันที่เผยแพร่ 2022-02-25
คะแนน 4.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา mattetab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mattetab.com
URL หน้าช่วยเหลือ https://mattetab.com/#contact
URL หน้านโยบายความเป็นส่วนตัว https://mattetab.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Matte Tab",
    "description": "This is a custom new tab extension that helps you stay focused and provides you with a net calming working space",
    "version": "3.1.0",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "64": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "short_name": "Matte Tab",
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/mattetab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    }
}