Pix to pix (Pixel perfect by Ymatuhin)

Pixel perfect by Ymatuhin

Pix to pix (Pixel perfect by Ymatuhin)คืออะไร?

Pix to pix (Pixel perfect by Ymatuhin) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ymatuhin และคุณลักษณะหลักของมันคือ "Pixel perfect by Ymatuhin"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pix to pix (Pixel perfect by Ymatuhin)

ดาวน์โหลดไฟล์ส่วนขยาย Pix to pix (Pixel perfect by Ymatuhin) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pixel perfect web development.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pix to pix (Pixel perfect by Ymatuhin) Pix to pix (Pixel perfect by Ymatuhin)
ID binboaimbgchaamickjnhgjdccohndin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin
คำอธิบาย Pixel perfect by Ymatuhin
ขนาดไฟล์ 34.18 KB
จำนวนการติดตั้ง 4,137
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-04-07
วันที่เผยแพร่ 2014-04-07
คะแนน 3.88/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา ymatuhin
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ymatuhin.github.io/pixToPix
URL หน้าช่วยเหลือ http://ymatuhin.github.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Pix to pix"
    },
    "name": "Pix to pix (Pixel perfect by Ymatuhin)",
    "short_name": "Pix to pix",
    "description": "Pixel perfect by Ymatuhin",
    "homepage_url": "http:\/\/pixtopix.github.io",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}