Per Tab Zoom

Apply zoom to each tab independently of other tabs of the same website.

Per Tab Zoomคืออะไร?

Per Tab Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://autocontrol.app และคุณลักษณะหลักของมันคือ "Apply zoom to each tab independently of other tabs of the same website."

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

screenshot

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

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

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

                        ▬▬▬▬▬▬▬▬▬▬▬▬ SUMMARY ▬▬▬▬▬▬▬▬▬▬▬▬

Per Tab Zoom is the only extension that lets you customize the
[Ctrl]+[Mouse Wheel] shortcut for zoom control.

This feature is not possible with regular Chrome extensions.
Per Tab Zoom IS NOT A REGULAR EXTENSION.

Per Tab Zoom is brought to you by the same developers of "AutoControl".

Per Tab Zoom currently works on Windows operating systems only.
If you are still interested, read on to learn why Per Tab Zoom is different.



▬▬▬▬▬▬▬ Per Tab Zoom is a native extension ▬▬▬▬▬▬▬

   Native extensions are a special kind of extensions that can customize
   Chrome's native shortcuts in addition to a number of other benefits.
   Per Tab Zoom, being a native extension, can offer the unique feature
   of customizing Chrome's native shortcuts for zooming in and out.
   This functionality is not possible on regular extensions.
   
   In order to achieve this, native extensions require the installation
   of a native component, which is a program that cooperates with the web
   component. This gives the extension its unique features.
   
   You'll be prompted to install the Native Component program right after
   installing the extension.
   
   Learn more about the Native Component and its benefits here:
   http://autocontrol.app/native-component



▬▬▬▬▬▬▬▬▬▬ FEATURE LIST ▬▬▬▬▬▬▬▬▬▬

You can customize the following shortcuts:

 • [Ctrl] + [Mouse Wheel]
 • [Ctrl] + [+/-]
 • [Ctrl] + [Shift] + [Mouse Wheel]
 • [Ctrl] + [Shift] + [+/-]

For each shortcut, you can choose one of 4 actions:

 • Per tab zoom: The zoom affects that tab only.
 • Per domain zoom: The zoom affects all pages in the same domain.
 • Default action: Perform the shortcut's native action.
 • No action: Disables the shortcut.

Disabling a shortcut is useful if you have the habit of triggering a zoom action by accident.



▬▬▬▬▬▬▬▬  SYSTEM REQUIREMENTS  ▬▬▬▬▬▬▬▬

   Being a native extension demands additional development effort to
   support each operating system. For this reason, Per Tab Zoom is initially
   supported on:

    • Windows XP *
    • Windows Vista *
    • Windows 7
    • Windows 8
    • Windows 10

   *: Not supported by the Chrome Web Store. You must install from:
       http://autocontrol.app/manual-install




▬▬▬▬▬▬▬▬▬▬  PERMISSIONS  ▬▬▬▬▬▬▬▬▬▬

   Per tab Zoom needs the permission "Communicate with cooperating
   native applications".
   This allows it to interact with the Native Component program that
   you install at the beginning.




▬▬▬▬▬▬▬▬▬▬  DONATIONS  ▬▬▬▬▬▬▬▬▬▬

   Per tab Zoom is brought to you by the developers of "AutoControl".
   It's free of charge to everyone for their own use and benefit.
   We, the developers, do not obtain economic reward out of it other
   than the kind donations of our users.
   We'll gladly accept your financial support at:
   http://autocontrol.app/donations
   
   Please help us keep the project alive.
   The AutoControl team thanks you.                    

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

ชื่อ Per Tab Zoom Per Tab Zoom
ID dnhodapkogdjinogphlafimejpmahoam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/per-tab-zoom/dnhodapkogdjinogphlafimejpmahoam
คำอธิบาย Apply zoom to each tab independently of other tabs of the same website.
ขนาดไฟล์ 1.32 MB
จำนวนการติดตั้ง 9,660
เวอร์ชันปัจจุบัน 2022.10.18
อัปเดตครั้งล่าสุด 2022-10-18
วันที่เผยแพร่ 2020-06-17
คะแนน 4.42/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา https://autocontrol.app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://groups.google.com/g/autocontrol_app
URL หน้านโยบายความเป็นส่วนตัว https://www.autocontrol.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Per Tab Zoom",
    "short_name": "Per Tab Zoom",
    "version": "2022.10.18",
    "manifest_version": 2,
    "description": "Apply zoom to each tab independently of other tabs of the same website.",
    "minimum_chrome_version": "49",
    "options_page": "main.html",
    "background": {
        "page": "file72.html",
        "persistent": true
    },
    "permissions": [
        "nativeMessaging",
        "storage",
        "contextMenus",
        "system.display",
        "idle"
    ],
    "browser_action": {
        "default_icon": {
            "16": "TabZoom\/logo16.png",
            "24": "TabZoom\/logo24.png",
            "32": "TabZoom\/logo32.png"
        },
        "default_title": "Per Tab Zoom options"
    },
    "icons": {
        "16": "TabZoom\/logo16.png",
        "48": "TabZoom\/logo48.png",
        "128": "TabZoom\/logo128.png"
    },
    "offline_enabled": true,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ImKd08csLi4W48bgtyoWK6Md4DLeb1xjh01yfyan6507Io7u2Qke7ZvlXKAerCw248XuKHzKt0nRLsP3SWPJisUf5sgqrJVKY3wJ55ZfmhQjIxz4cHFtGvcvWuNK6qL72vUDny0S0sopHaQf5879o8hx+cnL5Ma6nTwvjBaMCMYjBGDceG0t\/k5y7zdAjxol3eHn7nbkSTE+qHn3GdRPrDVtkCK0chgKKtLj3rjslTaKBotg5EqlS2ZQWZ7E8NpG3bIq3uwDgSnisOjpIsr5iY5OKYrABfUFj70KPS3cfHyPPrJE2y+SveJwOPNYTqSbnRJOJSg46Zh1\/kIQN9gIQIDAQAB"
}