Zoom Per Tab

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

Was ist Zoom Per Tab?

Zoom Per Tab ist eine Chrome-Erweiterung, die von kthxbye entwickelt wurde, und ihr Hauptmerkmal ist "Zoom one tab without affecting other tabs of the same domain!".

Erweiterungsscreenshots

screenshot

Zoom Per Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zoom Per Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Zoom Per Tab Zoom Per Tab
ID mnoadkhbinhiblijcedoifbejfmmkdke
Offizielle URL https://chromewebstore.google.com/detail/zoom-per-tab/mnoadkhbinhiblijcedoifbejfmmkdke
Beschreibung Zoom one tab without affecting other tabs of the same domain!
Dateigröße 22.91 KB
Installationsanzahl 5,606
Aktuelle Version 1.02
Letztes Update 2023-07-08
Veröffentlichungsdatum 2021-02-05
Bewertung 4.25/5 Insgesamt 52 Bewertungen
Entwickler kthxbye
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/xinan/zoom-per-tab
Hilfeseite URL https://github.com/xinan/zoom-per-tab/issues
Unterstützte Sprachen 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"
    }
}