Bootstrap Grid for any Website

Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.

什麼是Bootstrap Grid for any Website?

Bootstrap Grid for any Website是由Tam Nguyen開發的Chrome擴展程式,該擴展的主要功能是“Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Bootstrap Grid for any Website擴展crx文件

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

擴展使用說明

                        Boostrap Grid will display 12 vitual bootstrap columns and padding  (grid) in your display. 
Click the Bootstrap Grid  icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct.

Ver1.1.0 Now extension can apply responsive as well.
Ver1.1.1 fix minor bug                    

擴展基本資訊

名稱 Bootstrap Grid for any Website Bootstrap Grid for any Website
ID ngjnlpkfccnglmlobafmobgjoiiliden
官方網址 https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden
簡介 Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
檔案大小 42.21 KB
安裝次數 3,423
目前版本 1.1.1
更新時間 2019-01-18
上架時間 2019-01-17
評分 4.67/5 共 6 次評分
開發者 Tam Nguyen
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid for any Website",
    "short_name": "Bootstrap Grid",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.",
    "browser_action": {
        "default_icon": "src\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/content",
        "src\/content_temp",
        "libs\/jquery.js"
    ]
}