BCW: Bootstrap Grid Helper
Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning
BCW: Bootstrap Grid Helperとは何ですか?
BCW: Bootstrap Grid Helperはhttps://www.davidsottimano.comによって開発されたChromeの拡張機能で、その主な機能は「Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning」です。
拡張機能のスクリーンショット
BCW: Bootstrap Grid Helper拡張機能のCRXファイルをダウンロード
BCW: Bootstrap Grid Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gives divs with Bootstrap grid classes different background colors.
A very simple Chrome extension to help learn the Bootstrap grid classes. Created by Dave Sottimano for the Boise Codeworks 2017 winter cohort. 拡張機能の基本情報
| 名前 | |
| ID | iapnoonijdgjdiemldkniknckmnhognb |
| 公式URL | https://chromewebstore.google.com/detail/bcw-bootstrap-grid-helper/iapnoonijdgjdiemldkniknckmnhognb |
| 説明 | Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning |
| ファイルサイズ | 54.44 KB |
| インストール数 | 35 |
| 現在のバージョン | 0.1.3 |
| 最終更新日 | 2017-01-15 |
| 公開日 | 2017-01-15 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | https://www.davidsottimano.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.davidsottimano.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BCW: Bootstrap Grid Helper",
"version": "0.1.3",
"description": "Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning",
"browser_action": {
"default_icon": "glasses.png",
"default_popup": "popup.html"
},
"icons": {
"16": "glasses16.png",
"48": "glasses48.png",
"128": "glasses128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*\/*"
],
"content_scripts": [
{
"html": [
"popup.html"
],
"js": [
"jquery-3.1.1.min.js",
"popup.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |