Bootstrap Grid Generator

Create a bootstrap row/col grid by drawing rectangles over ANY website!

Apa itu Bootstrap Grid Generator?

Bootstrap Grid Generator adalah ekstensi Chrome yang dikembangkan oleh https://www.minutephp.com, dan fitur utamanya adalah "Create a bootstrap row/col grid by drawing rectangles over ANY website!".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Bootstrap Grid Generator

Unduh file ekstensi Bootstrap Grid Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Bootstrap Grid Generator Bootstrap Grid Generator
ID hnhmbddaldgbmknmobkokdjmgchclohp
URL Resmi https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp
Deskripsi Create a bootstrap row/col grid by drawing rectangles over ANY website!
Ukuran File 320 KB
Jumlah Instalasi 581
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-02-04
Tanggal Publikasi 2015-02-04
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://www.minutephp.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}