GriDesign
This extension adds a grid on web pages in order to check fixed and fluid page layout.
GriDesignคืออะไร?
GriDesign เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmtoppi.com และคุณลักษณะหลักของมันคือ "This extension adds a grid on web pages in order to check fixed and fluid page layout."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GriDesign
ดาวน์โหลดไฟล์ส่วนขยาย GriDesign ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GriDesign is an extenstion that let you visually test your web page design using a generated grid. The grid is under your control by writing JSON files. Use your grid simply dropping your file. It supports both fixed and fluid layout.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GriDesign |
ID | iefpnenakcpfakjlbjdheejobjlfejbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf |
คำอธิบาย | This extension adds a grid on web pages in order to check fixed and fluid page layout. |
ขนาดไฟล์ | 17.75 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 0.12 |
อัปเดตครั้งล่าสุด | 2013-08-12 |
วันที่เผยแพร่ | 2013-08-12 |
ผู้พัฒนา | https://www.gmtoppi.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://gmtoppi.com/gridesign/help_howto.html |
URL หน้าช่วยเหลือ | http://gmtoppi.com/gridesign/help_howto.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GriDesign", "description": "This extension adds a grid on web pages in order to check fixed and fluid page layout.", "version": "0.12", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |