Bootstrap Grid Generator

Create a bootstrap row/col grid by drawing rectangles over ANY website!

什麼是Bootstrap Grid Generator?

Bootstrap Grid Generator是由https://www.minutephp.com開發的Chrome擴展程式,該擴展的主要功能是“Create a bootstrap row/col grid by drawing rectangles over ANY website!”。

擴展截圖

下載Bootstrap Grid Generator擴展crx文件

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

擴展使用說明

                        Create a bootstrap row/col grid by drawing rectangles over ANY website! 

How it works?

https://www.youtube.com/watch?v=Im-oAASuD0k

Things to remember:
1) Drag rectangles from the top-left corner.
2) You can draw rectangles inside each other for nesting rows and cols.
3) But don't draw *partially* intersecting rectangles (i.e. rectangle that is both inside and outside)                    

擴展基本資訊

名稱 Bootstrap Grid Generator Bootstrap Grid Generator
ID hnhmbddaldgbmknmobkokdjmgchclohp
官方網址 https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp
簡介 Create a bootstrap row/col grid by drawing rectangles over ANY website!
檔案大小 320 KB
安裝次數 581
目前版本 0.0.1
更新時間 2015-02-04
上架時間 2015-02-04
評分 3.67/5 共 3 次評分
開發者 https://www.minutephp.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid Generator",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Create a bootstrap row\/col grid by drawing rectangles over ANY website!",
    "homepage_url": "https:\/\/github.com\/minutephp\/bootstrapgridgenerator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/panels.png",
        "default_title": "Draw grid"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/css\/images\/*.png"
    ]
}