Zoom Per Tab

Zoom one tab without affecting other tabs of the same domain!

Zoom Per Tabคืออะไร?

Zoom Per Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kthxbye และคุณลักษณะหลักของมันคือ "Zoom one tab without affecting other tabs of the same domain!"

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

screenshot

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

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

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

                        Chrome doesn't let you adjust the zooming of different tabs under the same domain independently? Well you found the cure!

I know there are a couple of similar extensions out there. At first, I wanted to just download one and save myself some time. I soon realized that existing extensions out there for this purpose are so bulky and complicated. Some of them even ask you to install a daemon process that's available on Windows only - this is real bad, and dangerous, but also real bad.

This extension simply makes page zoom settings independent across tabs, regardless of whether they have the same origin. It's ultra-lightweight. It uses a built-in Chrome API, just a few lines of code, no configuration needed at all!

You can unpack the extension to verify that it's not doing anything malicious. In fact I encourage everyone to read it because it's so simple. You could've written it yourself!  A copy of the source code is at https://github.com/xinan/zoom-per-tab.                    

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

ชื่อ Zoom Per Tab Zoom Per Tab
ID mnoadkhbinhiblijcedoifbejfmmkdke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoom-per-tab/mnoadkhbinhiblijcedoifbejfmmkdke
คำอธิบาย Zoom one tab without affecting other tabs of the same domain!
ขนาดไฟล์ 22.91 KB
จำนวนการติดตั้ง 5,606
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2023-07-08
วันที่เผยแพร่ 2021-02-05
คะแนน 4.25/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา kthxbye
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/xinan/zoom-per-tab
URL หน้าช่วยเหลือ https://github.com/xinan/zoom-per-tab/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoom Per Tab",
    "version": "1.02",
    "description": "Zoom one tab without affecting other tabs of the same domain!",
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png"
    }
}