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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } |