Breakpoint media-queries
Generate media-queries, show screen sizes width and link to a list of media-queries snippets.
Co je Breakpoint media-queries?
Breakpoint media-queries je rozšíření Chrome vyvinuté Michael Lancaster, a jeho hlavní funkcí je „Generate media-queries, show screen sizes width and link to a list of media-queries snippets.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Breakpoint media-queries
Stáhněte si soubory rozšíření Breakpoint media-queries ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Breakpoint media-queries |
ID | lgldclhgkdgddiopgbjkiememjlhjlng |
Oficiální URL | https://chromewebstore.google.com/detail/breakpoint-media-queries/lgldclhgkdgddiopgbjkiememjlhjlng |
Popis | Generate media-queries, show screen sizes width and link to a list of media-queries snippets. |
Velikost souboru | 15.03 KB |
Počet instalací | 2,082 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2013-06-05 |
Datum Vydání | 2013-06-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Michael Lancaster |
Typ Platby | free |
Webové stránky Rozšíření | http://git.io/Hs3TWw |
Podporované Jazyky | 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" } } |