Tinytab

A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark…

Tinytabคืออะไร?

Tinytab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย williamjinq และคุณลักษณะหลักของมันคือ "A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark…"

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

screenshot

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

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

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

                        A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark shortcuts and search (Google & Bing) functions.                    

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

ชื่อ Tinytab Tinytab
ID bmlbibebemncadbgojnhccmmdojblomm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinytab/bmlbibebemncadbgojnhccmmdojblomm
คำอธิบาย A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark…
ขนาดไฟล์ 30.76 MB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2022-05-25
วันที่เผยแพร่ 2020-10-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา williamjinq
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Tinytab",
    "name": "Tinytab",
    "manifest_version": 3,
    "icons": {
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "version": "1.7",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}