Zoom per tab
A simple no-nonsense per-tab zoom
What is Zoom per tab?
Zoom per tab is a Chrome extension developed by http://zoompertab.blogspot.com, and its main feature is "A simple no-nonsense per-tab zoom".
Extension Screenshots
Download Zoom per tab Extension CRX File
Download Zoom per tab 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
This application utilizes the chrome.tabs API to provide a per-tab zoom for Chrome. It is open source under the MIT license and the source code is available on GitHub here: https://github.com/Techmaster21/ZoomPerTab
Extension Basic Information
Name | |
ID | pdacdoffdkpahhindfhkjfmkedigaehd |
Official URL | https://chrome.google.com/webstore/detail/zoom-per-tab/pdacdoffdkpahhindfhkjfmkedigaehd |
Description | A simple no-nonsense per-tab zoom |
File Size | 8.39 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2020-03-30 |
Publish Date | 2020-03-30 |
Developer | http://zoompertab.blogspot.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoom per tab", "description": "A simple no-nonsense per-tab zoom", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "icons": { "128": "icon_128.png" } } |