Zaqwes Guide Lines
Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Zaqwes Guide Linesคืออะไร?
Zaqwes Guide Lines เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vda และคุณลักษณะหลักของมันคือ "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zaqwes Guide Lines
ดาวน์โหลดไฟล์ส่วนขยาย Zaqwes Guide Lines ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
To check you layout, to be equal to grid. Just put guide lines on page. It very easy to move them in place your needed or rotate, only with your mouse.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Zaqwes Guide Lines |
ID | onfljpbblehppcbakblopbfhmibnefnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk |
คำอธิบาย | Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page. |
ขนาดไฟล์ | 83.35 KB |
จำนวนการติดตั้ง | 302 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2014-07-14 |
วันที่เผยแพร่ | 2014-07-14 |
คะแนน | 2.43/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | vda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes Guide Lines", "version": "0.0.2", "manifest_version": 2, "description": "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.", "background": { "page": "background.html" }, "icons": { "16": "zaqwes.png", "48": "zaqwes.png", "128": "zaqwes.png" }, "browser_action": { "default_icon": "zaqwes.png", "default_title": "Click to add guide line" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "js": [ "jquery.1.8.js", "zaqwes.js" ] } ] } |