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 |
公式URL | 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" } } |