Thinktab

Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.

Thinktabคืออะไร?

Thinktab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thinktabextdeveloper และคุณลักษณะหลักของมันคือ "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images."

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

screenshot

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

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

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

                        Thinktab allow user to customize new tab with unlimited shortcut URLs and background images with cropping tool and image setting. You can change the images size and create customized new tab background images of family friends and things you like, including creating favorite links.
By clicking "Add to chrome", I accept and agree to installing Thinktab extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://www.thinktabext.com/privacy.html
EULA: https://www.thinktabext.com/eula.html                    

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

ชื่อ Thinktab Thinktab
ID bdicbodmbnjojjhjhpblokklbohbcngk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk
คำอธิบาย Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
ขนาดไฟล์ 2.27 MB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.11
อัปเดตครั้งล่าสุด 2022-07-21
วันที่เผยแพร่ 2022-05-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา thinktabextdeveloper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thinktabext.com/
URL หน้าช่วยเหลือ https://www.thinktabext.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thinktab",
    "description": "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.",
    "version": "1.11",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click here to show the popup to add or remove the current url from shortcut."
    },
    "background": {
        "service_worker": "service_worker.js"
    }
}