Pixel perfect tools
This extension will allow you to work pixel perfect
Pixel perfect toolsคืออะไร?
Pixel perfect tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beta.rdsign.net และคุณลักษณะหลักของมันคือ "This extension will allow you to work pixel perfect"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixel perfect tools
ดาวน์โหลดไฟล์ส่วนขยาย Pixel perfect tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The tool add a bootstrap 3 grid over your page. It allows you to work pixel perfect. (doesn't work over https)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hccdpjclpakgmpkghkhamjpdcmjojnak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixel-perfect-tools/hccdpjclpakgmpkghkhamjpdcmjojnak |
คำอธิบาย | This extension will allow you to work pixel perfect |
ขนาดไฟล์ | 63.87 KB |
จำนวนการติดตั้ง | 1,088 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-12-11 |
วันที่เผยแพร่ | 2015-12-11 |
คะแนน | 2.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://beta.rdsign.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixel perfect tools", "description": "This extension will allow you to work pixel perfect", "version": "1.0", "browser_action": { "default_icon": "Pencil-icon-small.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "mystyles.css" ], "js": [ "popup.js" ] } ] } |