Single Tab Zoom

Prevents zooming from being applied to an entire site.

What is Single Tab Zoom?

Single Tab Zoom is a Chrome extension developed by Daniel Herr, and its main feature is "Prevents zooming from being applied to an entire site.".

Download Single Tab Zoom Extension CRX File

Download Single Tab Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Overrides Chrome's default behavior of applying zoom so that it is only applied to the current tab. Existing site zoom settings may need to be removed at chrome://settings/contentExceptions#zoomlevels                    

Extension Basic Information

Name Single Tab Zoom Single Tab Zoom
ID palhkglkelpleoalemmjdhbdckkikjmo
Official URL https://chromewebstore.google.com/detail/single-tab-zoom/palhkglkelpleoalemmjdhbdckkikjmo
Description Prevents zooming from being applied to an entire site.
File Size 4.7 KB
Installation Count 1,010
Current Version 2017.40
Last Updated 2017-02-10
Publish Date 2017-02-09
Rating 3.17/5 Total 23 Ratings
Developer Daniel Herr
Email [email protected]
Payment Type free
Extension Website https://danielherr.github.io
Help Page URL https://github.com/DanielHerr/Single-Tab-Zoom/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "author": "Daniel Herr",
    "description": "Prevents zooming from being applied to an entire site.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "42",
    "name": "Single Tab Zoom",
    "version": "2017.40"
}