Zoom Per Tab

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

Qu'est-ce que Zoom Per Tab ?

Zoom Per Tab est une extension Chrome développée par kthxbye, et sa fonction principale est "Zoom one tab without affecting other tabs of the same domain!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zoom Per Tab

Téléchargez les fichiers d'extension Zoom Per Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zoom Per Tab Zoom Per Tab
ID mnoadkhbinhiblijcedoifbejfmmkdke
URL Officiel https://chromewebstore.google.com/detail/zoom-per-tab/mnoadkhbinhiblijcedoifbejfmmkdke
Description Zoom one tab without affecting other tabs of the same domain!
Taille du Fichier 22.91 KB
Nombre d'Installations 5,606
Version Actuelle 1.02
Dernière Mise à Jour 2023-07-08
Date de Publication 2021-02-05
Évaluation 4.25/5 Total 52 Évaluations
Développeur kthxbye
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/xinan/zoom-per-tab
URL de la Page d'Aide https://github.com/xinan/zoom-per-tab/issues
Langues Prises en Charge 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"
    }
}