Bootstrap resize tool

Resize browser window to Bootstrap sizes like col-lg col-md etc..

What is Bootstrap resize tool?

Bootstrap resize tool is a Chrome extension developed by uonick, and its main feature is "Resize browser window to Bootstrap sizes like col-lg col-md etc..".

Extension Screenshots

screenshot

Download Bootstrap resize tool Extension CRX File

Download Bootstrap resize tool 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

                        This extension allows you to change the browser size according to the size specifications Bootstrap                    

Extension Basic Information

Name Bootstrap resize tool Bootstrap resize tool
ID fnlkljfogjamjaemldpapdokokkifmib
Official URL https://chromewebstore.google.com/detail/bootstrap-resize-tool/fnlkljfogjamjaemldpapdokokkifmib
Description Resize browser window to Bootstrap sizes like col-lg col-md etc..
File Size 45.39 KB
Installation Count 1,497
Current Version 1.4.1
Last Updated 2014-08-20
Publish Date 2014-08-20
Rating 4.00/5 Total 11 Ratings
Developer uonick
Payment Type free
Extension Website http://uonick.ru/bootsizer
Help Page URL http://uonick.ru/bootsizer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bootstrap resize tool",
    "short_name": "BootSizer",
    "description": "Resize browser window to Bootstrap sizes like col-lg col-md etc..",
    "version": "1.4.1",
    "author": "uonick",
    "homepage_url": "http:\/\/uonick.ru\/bootsizer",
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    },
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "64": "img\/64x64.png",
        "96": "img\/96x96.png",
        "128": "img\/128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/16x16.png",
        "default_title": "Resize window",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}