Breakpoint media-queries

Generate media-queries, show screen sizes width and link to a list of media-queries snippets.

Breakpoint media-queries là gì?

Breakpoint media-queries là một tiện ích mở rộng Chrome được phát triển bởi Michael Lancaster, và tính năng chính của nó là "Generate media-queries, show screen sizes width and link to a list of media-queries snippets.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Breakpoint media-queries

Tải xuống các tệp mở rộng Breakpoint media-queries dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Breakpoint media-queries Breakpoint media-queries
ID lgldclhgkdgddiopgbjkiememjlhjlng
URL Chính Thức https://chromewebstore.google.com/detail/breakpoint-media-queries/lgldclhgkdgddiopgbjkiememjlhjlng
Mô tả Generate media-queries, show screen sizes width and link to a list of media-queries snippets.
Kích Thước Tệp 15.03 KB
Số Lần Cài Đặt 2,082
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-06-05
Ngày Phát Hành 2013-06-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Michael Lancaster
Loại Thanh Toán free
Trang Web Mở Rộng http://git.io/Hs3TWw
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}