W Zoom

A Chrome extension which can perform per-tab/per-origin/per-path zooming

W Zoom란 무엇입니까?

W Zoom은(는) https://wtoolkit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension which can perform per-tab/per-origin/per-path zooming"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        - This extension zoom a page without modifying the content of the page.

- In the options page, you can set the default zooming mode and zooming method.

- In the "per-path" options page, you can define per-path zoom factor. For example, all pages under http://www.wtoolkit.com/projects/wzoom/ will be zoomed to 130%, and all pages under http://www.wtoolkit.com/projects/wdict/ will be zoomed to 145%.

- In the "advanced" options page, you can disable the "mousewheel + ctrl key" zooming operation.                    

확장 프로그램 기본 정보

이름 W Zoom W Zoom
ID jneiefgdpanjnbjgdiaokmgjnbhclaom
공식 URL https://chromewebstore.google.com/detail/w-zoom/jneiefgdpanjnbjgdiaokmgjnbhclaom
설명 A Chrome extension which can perform per-tab/per-origin/per-path zooming
파일 크기 306 KB
설치 횟수 7,351
현재 버전 1.0.17
최근 업데이트 2016-07-12
출시 날짜 2016-07-12
평점 3.61/5 총 56 개의 평점
개발자 https://wtoolkit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.wtoolkit.com/projects/wzoom/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "W Zoom",
    "description": "A Chrome extension which can perform per-tab\/per-origin\/per-path zooming",
    "version": "1.0.17",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "19": "img\/icon19.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "18": "img\/icon18.png",
            "19": "img\/icon19.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "wZoom",
        "default_popup": "source\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third-party\/jquery\/jquery.min.js",
                "source\/content-script\/content-script.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "source\/content-script\/disable-mousewheel-zoom.min.js"
    ],
    "options_ui": {
        "page": "source\/options\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "source\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "incognito": "split"
}