Breakpoint media-queries
Generate media-queries, show screen sizes width and link to a list of media-queries snippets.
Breakpoint media-queriesคืออะไร?
Breakpoint media-queries เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Lancaster และคุณลักษณะหลักของมันคือ "Generate media-queries, show screen sizes width and link to a list of media-queries snippets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breakpoint media-queries
ดาวน์โหลดไฟล์ส่วนขยาย Breakpoint media-queries ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension generates media-queries for using max-width, helps you see the current screen size width and link you to a list of media-queries snippets. 1. Add the extension to your Google Chrome browser. 2. Start resize your window and see where your content are breaking. 3. Click into the Breakpoint icon. 4. Click "generate code". 5. Copy the code generated. 6. Past into your style sheets. Pretty simple and useful. Version 1.0: - removed Jquery - re-built with vanilla javascript Version 0.7: - Design improvements. Version 0.6: - Design improvements. Version 0.5: - Added external link to media-queries snippets with a bunch of devices. - Design improvements. Version 0.4: - update from min-width to max-width. Version 0.3: - icon updated. Credits: Thanks to David Nemes for the Media-Queries Snippets.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Breakpoint media-queries |
ID | lgldclhgkdgddiopgbjkiememjlhjlng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/breakpoint-media-queries/lgldclhgkdgddiopgbjkiememjlhjlng |
คำอธิบาย | Generate media-queries, show screen sizes width and link to a list of media-queries snippets. |
ขนาดไฟล์ | 15.03 KB |
จำนวนการติดตั้ง | 2,082 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-06-05 |
วันที่เผยแพร่ | 2013-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Michael Lancaster |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://git.io/Hs3TWw |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Breakpoint media-queries", "version": "1.2", "description": "Generate media-queries, show screen sizes width and link to a list of media-queries snippets.", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |