Bootstrap Grid Generator
Create a bootstrap row/col grid by drawing rectangles over ANY website!
Bootstrap Grid Generatorคืออะไร?
Bootstrap Grid Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.minutephp.com และคุณลักษณะหลักของมันคือ "Create a bootstrap row/col grid by drawing rectangles over ANY website!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bootstrap Grid Generator
ดาวน์โหลดไฟล์ส่วนขยาย Bootstrap Grid Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create a bootstrap row/col grid by drawing rectangles over ANY website! How it works? https://www.youtube.com/watch?v=Im-oAASuD0k Things to remember: 1) Drag rectangles from the top-left corner. 2) You can draw rectangles inside each other for nesting rows and cols. 3) But don't draw *partially* intersecting rectangles (i.e. rectangle that is both inside and outside)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bootstrap Grid Generator |
ID | hnhmbddaldgbmknmobkokdjmgchclohp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp |
คำอธิบาย | Create a bootstrap row/col grid by drawing rectangles over ANY website! |
ขนาดไฟล์ | 320 KB |
จำนวนการติดตั้ง | 581 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-02-04 |
วันที่เผยแพร่ | 2015-02-04 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.minutephp.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid Generator", "version": "0.0.1", "manifest_version": 2, "description": "Create a bootstrap row\/col grid by drawing rectangles over ANY website!", "homepage_url": "https:\/\/github.com\/minutephp\/bootstrapgridgenerator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/panels.png", "default_title": "Draw grid" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "src\/css\/images\/*.png" ] } |