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 |
官方網址 | 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" } } |