PixelZoomer

PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.

PixelZoomer란 무엇입니까?

PixelZoomer은(는) Matthias Schuetz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        PixelZoomer takes a screenshot of the current website and provides various tools for pixel analysis. You can zoom into websites (up to 3200%), measure distances and pick colors with an eye dropper.

MAIN FEATURES

- pixel perfect ruler
- zoom/pan tool (100% to 3200%)
- eye dropper (HEX and RGB values)
- undo/redo
- open screenshot image in tab                    

확장 프로그램 기본 정보

이름 PixelZoomer PixelZoomer
ID fogkjckfkdcnmnnfmbieljpkmmihhpao
공식 URL https://chromewebstore.google.com/detail/pixelzoomer/fogkjckfkdcnmnnfmbieljpkmmihhpao
설명 PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.
파일 크기 56.91 KB
설치 횟수 47,240
현재 버전 1.0.2
최근 업데이트 2021-10-28
출시 날짜 2019-10-02
평점 4.61/5 총 49 개의 평점
개발자 Matthias Schuetz
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixelZoomer",
    "short_name": "PixelZoomer",
    "default_locale": "en",
    "version": "1.0.2",
    "author": "Matthias Schuetz",
    "description": "__MSG_appDescription__",
    "background": {
        "scripts": [
            "content\/browser.js"
        ],
        "persistent": false
    },
    "commands": {
        "start-pixelzoomer": {
            "suggested_key": {
                "default": "Alt+Shift+Q",
                "mac": "Alt+Shift+Q"
            },
            "description": "__MSG_settingsStartApp__"
        }
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "PixelZoomer"
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "options_ui": {
        "page": "content\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "",
        "storage"
    ]
}