Bootstrap resize tool

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

Bootstrap resize tool란 무엇입니까?

Bootstrap resize tool은(는) uonick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize browser window to Bootstrap sizes like col-lg col-md etc.."입니다.

확장 프로그램 스크린샷

screenshot

Bootstrap resize tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Bootstrap resize tool Bootstrap resize tool
ID fnlkljfogjamjaemldpapdokokkifmib
공식 URL https://chromewebstore.google.com/detail/bootstrap-resize-tool/fnlkljfogjamjaemldpapdokokkifmib
설명 Resize browser window to Bootstrap sizes like col-lg col-md etc..
파일 크기 45.39 KB
설치 횟수 1,497
현재 버전 1.4.1
최근 업데이트 2014-08-20
출시 날짜 2014-08-20
평점 4.00/5 총 11 개의 평점
개발자 uonick
결제 유형 free
확장 프로그램 웹 사이트 http://uonick.ru/bootsizer
도움말 페이지 URL http://uonick.ru/bootsizer
지원되는 언어 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"
    ]
}