Breakpoint Tester
Easily switch between multiple breakpoints to test a sites responsiveness at various screen sizes.
什麼是Breakpoint Tester?
Breakpoint Tester是由Jeffrey Hyer開發的Chrome擴展程式,該擴展的主要功能是“Easily switch between multiple breakpoints to test a sites responsiveness at various screen sizes.”。
擴展截圖
下載Breakpoint Tester擴展crx文件
下載Breakpoint Tester擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | ffmkpfegfpfjaacpgmbloagbibfnmabj |
官方網址 | https://chrome.google.com/webstore/detail/breakpoint-tester/ffmkpfegfpfjaacpgmbloagbibfnmabj |
簡介 | Easily switch between multiple breakpoints to test a sites responsiveness at various screen sizes. |
檔案大小 | 166 KB |
安裝次數 | 5,504 |
目前版本 | 1.0.4 |
更新時間 | 2014-04-18 |
上架時間 | 2014-04-18 |
評分 | 3.68/5 共 22 次評分 |
開發者 | Jeffrey Hyer |
付費類型 | free |
擴展官網 | https://github.com/JeffreyHyer/BreakpointTester |
說明頁面URL | https://github.com/JeffreyHyer/BreakpointTester/issues |
支援的語言 | 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 } |