Bootstrap Grid Generator
Create a bootstrap row/col grid by drawing rectangles over ANY website!
Bootstrap Grid Generatorとは何ですか?
Bootstrap Grid Generatorはhttps://www.minutephp.comによって開発されたChromeの拡張機能で、その主な機能は「Create a bootstrap row/col grid by drawing rectangles over ANY website!」です。
拡張機能のスクリーンショット
Bootstrap Grid Generator拡張機能のCRXファイルをダウンロード
Bootstrap Grid Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create a bootstrap row/col grid by drawing rectangles over ANY website!
How it works?
https://www.youtube.com/watch?v=Im-oAASuD0k
Things to remember:
1) Drag rectangles from the top-left corner.
2) You can draw rectangles inside each other for nesting rows and cols.
3) But don't draw *partially* intersecting rectangles (i.e. rectangle that is both inside and outside) 拡張機能の基本情報
| 名前 | |
| ID | hnhmbddaldgbmknmobkokdjmgchclohp |
| 公式URL | https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp |
| 説明 | Create a bootstrap row/col grid by drawing rectangles over ANY website! |
| ファイルサイズ | 320 KB |
| インストール数 | 581 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2015-02-04 |
| 公開日 | 2015-02-04 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | https://www.minutephp.com |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bootstrap Grid Generator",
"version": "0.0.1",
"manifest_version": 2,
"description": "Create a bootstrap row\/col grid by drawing rectangles over ANY website!",
"homepage_url": "https:\/\/github.com\/minutephp\/bootstrapgridgenerator",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/panels.png",
"default_title": "Draw grid"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"src\/css\/images\/*.png"
]
} | |