Breakpoint media-queries
Generate media-queries, show screen sizes width and link to a list of media-queries snippets.
什麼是Breakpoint media-queries?
Breakpoint media-queries是由Michael Lancaster開發的Chrome擴展程式,該擴展的主要功能是“Generate media-queries, show screen sizes width and link to a list of media-queries snippets.”。
擴展截圖
下載Breakpoint media-queries擴展crx文件
下載Breakpoint media-queries擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Breakpoint media-queries |
ID | lgldclhgkdgddiopgbjkiememjlhjlng |
官方網址 | https://chromewebstore.google.com/detail/breakpoint-media-queries/lgldclhgkdgddiopgbjkiememjlhjlng |
簡介 | Generate media-queries, show screen sizes width and link to a list of media-queries snippets. |
檔案大小 | 15.03 KB |
安裝次數 | 2,082 |
目前版本 | 1.2 |
更新時間 | 2013-06-05 |
上架時間 | 2013-06-05 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Michael Lancaster |
付費類型 | free |
擴展官網 | http://git.io/Hs3TWw |
支援的語言 | 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" } } |