Crosspixel

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

Crosspixelคืออะไร?

Crosspixel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Allows to place image above page for creating pixel-perfect HTML markup."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crosspixel

ดาวน์โหลดไฟล์ส่วนขยาย 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
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__"
    }
}