ReloadCSS
A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
Apa itu ReloadCSS?
ReloadCSS adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ReloadCSS
Unduh file ekstensi ReloadCSS 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
Informasi Dasar Ekstensi
Nama | |
ID | hmkmcemeeilchgfndjepenkkfcfacpnp |
URL Resmi | https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp |
Deskripsi | A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page. |
Ukuran File | 11.33 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-06-30 |
Tanggal Publikasi | 2014-06-30 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
URL Halaman Bantuan | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReloadCSS", "description": "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/Icon-19.png", "38": "icons\/Icon-38.png" }, "default_title": "ReloadCSS" }, "icons": { "128": "icons\/Icon.png" }, "permissions": [ "activeTab" ] } |