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文件

下載Bootstrap resize tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Bootstrap resize tool Bootstrap resize tool
ID fnlkljfogjamjaemldpapdokokkifmib
官方網址 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"
    ]
}