V7 quickieZoom

quick and simple way to zoom pages

V7 quickieZoom란 무엇입니까?

V7 quickieZoom은(는) v7addons에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "quick and simple way to zoom pages"입니다.

확장 프로그램 스크린샷

screenshot

V7 quickieZoom 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zoom web pages with one click.

Push mouse cursor to the left edge of your browser window and click the red-blue stripe to zoom pages. Another click will reset zoom to 100%.

In extension settings choose desired zoom level (default is 150%)

Simple and fast.                    

확장 프로그램 기본 정보

이름 V7 quickieZoom V7 quickieZoom
ID cjocehfjdbpepbcojnihchgmaomenmoc
공식 URL https://chromewebstore.google.com/detail/v7-quickiezoom/cjocehfjdbpepbcojnihchgmaomenmoc
설명 quick and simple way to zoom pages
파일 크기 73.38 KB
설치 횟수 95
현재 버전 2.7.3
최근 업데이트 2020-03-02
출시 날짜 2020-03-01
평점 5.00/5 총 1 개의 평점
개발자 v7addons
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "stil.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_opis__",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/logo128.png",
        "48": "\/img\/logo48.png",
        "16": "\/img\/logo16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_V7__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.7.3"
}