Auto Zoom from Width

Zoom to fit the screen width.

Auto Zoom from Width란 무엇입니까?

Auto Zoom from Width은(는) developer.waieight.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zoom to fit the screen width."입니다.

확장 프로그램 스크린샷

screenshot

Auto Zoom from Width 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How to operate
・Click the icon on the toolbar to switch ON/OFF.

Caution
・Zooming may not work well depending on the page structure.                    

확장 프로그램 기본 정보

이름 Auto Zoom from Width Auto Zoom from Width
ID ehabnkadhfjkadoibcmghbjjfiglkedn
공식 URL https://chromewebstore.google.com/detail/auto-zoom-from-width/ehabnkadhfjkadoibcmghbjjfiglkedn
설명 Zoom to fit the screen width.
파일 크기 11.22 KB
설치 횟수 138
현재 버전 0.0.0.239
최근 업데이트 2023-12-24
출시 날짜 2020-07-03
평점 5.00/5 총 1 개의 평점
개발자 developer.waieight.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://waieight.hatenablog.jp/
개인정보 보호 정책 페이지 URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Zoom from Width",
    "version": "7.0.0.239",
    "version_name": "0.0.0.239",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/zoom.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Auto Zoom from Width"
    }
}