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文件

下載Crosspixel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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__"
    }
}