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!"입니다.

확장 프로그램 스크린샷

screenshot

Zoom Per Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}