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 |
官方網址 | 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 } ] } |