Bootstrap Grid for any Website
Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
Apa itu Bootstrap Grid for any Website?
Bootstrap Grid for any Website adalah ekstensi Chrome yang dikembangkan oleh Tam Nguyen, dan fitur utamanya adalah "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bootstrap Grid for any Website
Unduh file ekstensi Bootstrap Grid for any Website 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
Boostrap Grid will display 12 vitual bootstrap columns and padding (grid) in your display. Click the Bootstrap Grid icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct. Ver1.1.0 Now extension can apply responsive as well. Ver1.1.1 fix minor bug
Informasi Dasar Ekstensi
Nama | Bootstrap Grid for any Website |
ID | ngjnlpkfccnglmlobafmobgjoiiliden |
URL Resmi | https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden |
Deskripsi | Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success. |
Ukuran File | 42.21 KB |
Jumlah Instalasi | 3,423 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2019-01-18 |
Tanggal Publikasi | 2019-01-17 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | Tam Nguyen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid for any Website", "short_name": "Bootstrap Grid", "version": "1.1.1", "manifest_version": 2, "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.", "browser_action": { "default_icon": "src\/icon48.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "src\/content", "src\/content_temp", "libs\/jquery.js" ] } |