Crosspixel

Allows to place image above page for creating pixel-perfect HTML markup.

Crosspixel란 무엇입니까?

Crosspixel은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to place image above page for creating pixel-perfect HTML markup."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        1. Click extension's icon
2. If design.png exists, it will be placed over the page.
3. If there is no design.png file, just drag and drop image onto the page – image will be placed over.
4. To change opacity use left click and right click.
5. To remove image placed over page, click extension's icon.

Image is centered horizontally on a blue translucent background. The width of the superimposed image in pixels displayed in the Developer Tools console. Change the width of the window is conveniently with Developer Tools enabled - in this case in the upper right corner shows the size of the window in pixels.                    

확장 프로그램 기본 정보

이름 Crosspixel Crosspixel
ID knndpgclbncldfjdpiikkpfkfhepddco
공식 URL https://chromewebstore.google.com/detail/crosspixel/knndpgclbncldfjdpiikkpfkfhepddco
설명 Allows to place image above page for creating pixel-perfect HTML markup.
파일 크기 11.57 KB
설치 횟수 56
현재 버전 0.0.1
최근 업데이트 2014-03-13
출시 날짜 2014-03-13
평점 1.00/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
도움말 페이지 URL https://github.com/aishek/crosspixel
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crosspixel",
    "version": "0.0.1",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/enabled.png"
        },
        "default_title": "__MSG_toggle__"
    }
}