Breakpoint
The easiest way to find the break points in your responsive web designs.
Breakpointคืออะไร?
Breakpoint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Filip Johansson และคุณลักษณะหลักของมันคือ "The easiest way to find the break points in your responsive web designs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breakpoint
ดาวน์โหลดไฟล์ส่วนขยาย Breakpoint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Breakpoint lets you use your keyboard to resize your browser window - one pixel at a time. Therefore it is the perfect companion when you are trying to find the exact pixel where your responsive websites break. How to use These are the default settings, you can change them in "Window" > "Extensions", then scroll down to the bottom and to the right you will find "Keyboard Shortcuts". Please note: Since Chrome version 29 these are not set by default anymore! You now have to set them manually when you install the extension. Alt + Left Arrow: Decrease the width of the window by 1px Alt + Right Arrow: Increase the width of the window by 1px (Add Shift to any of the combinations to change it by 10px) Breakpoint also has the ability to change the height of the browser window, but you have to manually activate it in "Window" > "Extensions" > "Keyboard Shortcuts". When you find the break point you are looking for the tiny icon in the toolbar will tell you the exact size of you browser window.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Breakpoint |
ID | jakokfjpnhpnhilgnlnkaihmkhdfhhmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/breakpoint/jakokfjpnhpnhilgnlnkaihmkhdfhhmh |
คำอธิบาย | The easiest way to find the break points in your responsive web designs. |
ขนาดไฟล์ | 8.21 KB |
จำนวนการติดตั้ง | 1,943 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-11-06 |
วันที่เผยแพร่ | 2016-11-06 |
คะแนน | 2.71/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | Filip Johansson |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Breakpoint", "version": "1.0.2", "manifest_version": 2, "description": "The easiest way to find the break points in your responsive web designs.", "offline_enabled": true, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |