Zoom Per Tab
Zoom one tab without affecting other tabs of the same domain!
什么是Zoom Per Tab?
Zoom Per Tab是由kthxbye开发的Chrome扩展程序,该扩展的主要功能是“Zoom one tab without affecting other tabs of the same domain!”。
扩展截图
下载Zoom Per Tab扩展crx文件
下载Zoom Per Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Zoom Per Tab |
ID | mnoadkhbinhiblijcedoifbejfmmkdke |
官方URL | https://chromewebstore.google.com/detail/zoom-per-tab/mnoadkhbinhiblijcedoifbejfmmkdke |
简介 | Zoom one tab without affecting other tabs of the same domain! |
文件大小 | 22.91 KB |
安装次数 | 5,606 |
当前版本 | 1.02 |
更新时间 | 2023-07-08 |
上架时间 | 2021-02-05 |
评分 | 4.25/5 共52次评分 |
开发者 | kthxbye |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/xinan/zoom-per-tab |
帮助页面URL | https://github.com/xinan/zoom-per-tab/issues |
支持的语言 | 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" } } |