Zoom Per Tab

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

¿Qué es Zoom Per Tab?

Zoom Per Tab es una extensión de Chrome desarrollada por kthxbye, y su función principal es "Zoom one tab without affecting other tabs of the same domain!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Zoom Per Tab

Descarga archivos de extensión Zoom Per Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Zoom Per Tab Zoom Per Tab
ID mnoadkhbinhiblijcedoifbejfmmkdke
URL Oficial https://chromewebstore.google.com/detail/zoom-per-tab/mnoadkhbinhiblijcedoifbejfmmkdke
Descripción Zoom one tab without affecting other tabs of the same domain!
Tamaño del Archivo 22.91 KB
Cantidad de Instalaciones 5,606
Versión Actual 1.02
Última Actualización 2023-07-08
Fecha de Publicación 2021-02-05
Calificación 4.25/5 Total de 52 Calificaciones
Desarrollador kthxbye
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/xinan/zoom-per-tab
URL de la Página de Ayuda https://github.com/xinan/zoom-per-tab/issues
Idiomas Soportados 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"
    }
}