Bootstrap resize tool
Resize browser window to Bootstrap sizes like col-lg col-md etc..
Apa itu Bootstrap resize tool?
Bootstrap resize tool adalah ekstensi Chrome yang dikembangkan oleh uonick, dan fitur utamanya adalah "Resize browser window to Bootstrap sizes like col-lg col-md etc..".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bootstrap resize tool
Unduh file ekstensi Bootstrap resize tool 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
This extension allows you to change the browser size according to the size specifications Bootstrap
Informasi Dasar Ekstensi
Nama | Bootstrap resize tool |
ID | fnlkljfogjamjaemldpapdokokkifmib |
URL Resmi | https://chromewebstore.google.com/detail/bootstrap-resize-tool/fnlkljfogjamjaemldpapdokokkifmib |
Deskripsi | Resize browser window to Bootstrap sizes like col-lg col-md etc.. |
Ukuran File | 45.39 KB |
Jumlah Instalasi | 1,497 |
Versi Saat Ini | 1.4.1 |
Terakhir Diperbarui | 2014-08-20 |
Tanggal Publikasi | 2014-08-20 |
Penilaian | 4.00/5 Total 11 Penilaian |
Pengembang | uonick |
Tipe Pembayaran | free |
Situs Ekstensi | http://uonick.ru/bootsizer |
URL Halaman Bantuan | http://uonick.ru/bootsizer |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bootstrap resize tool", "short_name": "BootSizer", "description": "Resize browser window to Bootstrap sizes like col-lg col-md etc..", "version": "1.4.1", "author": "uonick", "homepage_url": "http:\/\/uonick.ru\/bootsizer", "background": { "scripts": [ "js\/popup.js" ] }, "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "96": "img\/96x96.png", "128": "img\/128x128.png" }, "browser_action": { "default_icon": "img\/16x16.png", "default_title": "Resize window", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |