BSInfo - Bootstrap Info Box
Shows a box with information about the currently used bootstrap version and current grid breakpoint
BSInfo - Bootstrap Info Boxとは何ですか?
BSInfo - Bootstrap Info BoxはPropraによって開発されたChromeの拡張機能で、その主な機能は「Shows a box with information about the currently used bootstrap version and current grid breakpoint」です。
BSInfo - Bootstrap Info Box拡張機能のCRXファイルをダウンロード
BSInfo - Bootstrap Info Box拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows a info box with the bootstrap-version used and the current viewport / grid-size being used. Release notes: BSInfo 0.4 - July 27, 2018: Toggle state is now remembered per domain
拡張機能の基本情報
名前 | |
ID | pegegcbjkghiphdgfgbifbelkpnljkbm |
公式URL | https://chromewebstore.google.com/detail/bsinfo-bootstrap-info-box/pegegcbjkghiphdgfgbifbelkpnljkbm |
説明 | Shows a box with information about the currently used bootstrap version and current grid breakpoint |
ファイルサイズ | 81.18 KB |
インストール数 | 22 |
現在のバージョン | 0.4 |
最終更新日 | 2018-07-27 |
公開日 | 2018-07-27 |
開発者 | Propra |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BSInfo - Bootstrap Info Box", "short_name": "BSInfo", "version": "0.4", "description": "Shows a box with information about the currently used bootstrap version and current grid breakpoint", "author": "Josha van Praag", "browser_action": { "default_icon": "img\/bs_logo.png", "default_title": "BSInfo" }, "background": { "scripts": [ "events.js" ], "persistent": false }, "icons": { "16": "img\/bs_logo_16.png", "128": "img\/bs_logo_128.png", "256": "img\/bs_logo_256.png" }, "content_scripts": [ { "css": [ "bsinfo.css" ], "js": [ "bsinfo.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ] } |