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
公式URL 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
Eメール [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"
    ]
}