Bootstrapy
Boostrap style highlighter.
Apa itu Bootstrapy?
Bootstrapy adalah ekstensi Chrome yang dikembangkan oleh darul75, dan fitur utamanya adalah "Boostrap style highlighter.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bootstrapy
Unduh file ekstensi Bootstrapy 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
Highlight Bootstrap 3 CSS usage on page. If you are designer, this tool will help you improve your understanding of all css rules provided by this awesome frameworks. Why use it, just go on a website to look how they have build their pages and have made reality come true. Then get inspiration to make you own design.
Informasi Dasar Ekstensi
Nama | |
ID | kjgakbmoeokpdkpjefebfnhmclfiiofg |
URL Resmi | https://chrome.google.com/webstore/detail/bootstrapy/kjgakbmoeokpdkpjefebfnhmclfiiofg |
Deskripsi | Boostrap style highlighter. |
Ukuran File | 5.44 MB |
Jumlah Instalasi | 132 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2014-04-21 |
Tanggal Publikasi | 2014-04-21 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | darul75 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrapy", "short_name": "Strapy", "version": "0.0.1", "manifest_version": 2, "description": "Boostrap style highlighter.", "minimum_chrome_version": "29", "icons": { "128": "favicon.png" }, "browser_action": { "default_icon": "favicon.png", "default_popup": "main.html" }, "content_scripts": [ { "js": [ "bower_components\/jquery\/jquery-1.8.3.min.js", "js\/content_script.js" ], "css": [ "css\/bootstrapy.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |