Breakpoint Tester

Easily switch between multiple breakpoints to test a sites responsiveness at various screen sizes.

Breakpoint Tester là gì?

Breakpoint Tester là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey Hyer, và tính năng chính của nó là "Easily switch between multiple breakpoints to test a sites responsiveness at various screen sizes.".

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

screenshot

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

Tải xuống các tệp mở rộng Breakpoint Tester 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

                        Breakpoint Tester is used to quickly and easily test the responsiveness of a website at various breakpoints. Breakpoint Tester ships with some sensible defaults to get you started off right but you're more than welcome to use your own custom breakpoints.

Breakpoint Tester uses the default media queries that ship with Bootstrap 3 as a baseline for it's breakpoint presets which are:

480px (Mobile)
768px (Tablet)
992px (Laptop)
1200px (Desktop)

Breakpoint Tester is open source and licensed under the MIT license. You are more than welcome to contribute to development, the project can be found on GitHub: https://github.com/JeffreyHyer/BreakpointTester

If you run into any issues or would like to request a new feature please do so either via the "Send Feedback" link in the Chrome Webstore or by opening a new GitHub issue. Feedback is both welcome and encouraged!                    

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

Tên Breakpoint Tester Breakpoint Tester
ID ffmkpfegfpfjaacpgmbloagbibfnmabj
URL Chính Thức https://chrome.google.com/webstore/detail/breakpoint-tester/ffmkpfegfpfjaacpgmbloagbibfnmabj
Mô tả Easily switch between multiple breakpoints to test a sites responsiveness at various screen sizes.
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 5,504
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2014-04-18
Ngày Phát Hành 2014-04-18
Đánh Giá 3.68/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Jeffrey Hyer
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JeffreyHyer/BreakpointTester
URL Trang Trợ Giúp https://github.com/JeffreyHyer/BreakpointTester/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breakpoint Tester",
    "version": "1.0.4",
    "description": "Easily switch between multiple breakpoints to test a sites responsiveness at various screen sizes.",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "38": "img\/logo38.png"
        },
        "default_title": "Breakpoint Tester",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "system",
        "system.cpu",
        "system.memory",
        "system.storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "author": "Jeffrey Hyer",
    "homepage_url": "https:\/\/github.com\/JeffreyHyer\/BreakpointTester",
    "offline_enabled": true
}