Breakpoint media-queries

Generate media-queries, show screen sizes width and link to a list of media-queries snippets.

What is Breakpoint media-queries?

Breakpoint media-queries is a Chrome extension developed by Michael Lancaster, and its main feature is "Generate media-queries, show screen sizes width and link to a list of media-queries snippets.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Breakpoint media-queries Extension CRX File

Download Breakpoint media-queries extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Breakpoint media-queries Breakpoint media-queries
ID lgldclhgkdgddiopgbjkiememjlhjlng
Official URL https://chromewebstore.google.com/detail/breakpoint-media-queries/lgldclhgkdgddiopgbjkiememjlhjlng
Description Generate media-queries, show screen sizes width and link to a list of media-queries snippets.
File Size 15.03 KB
Installation Count 2,082
Current Version 1.2
Last Updated 2013-06-05
Publish Date 2013-06-05
Rating 5.00/5 Total 1 Ratings
Developer Michael Lancaster
Payment Type free
Extension Website http://git.io/Hs3TWw
Supported Languages 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"
    }
}