Darcula Theme for DevTools
Darcula Theme for DevTools
Apa itu Darcula Theme for DevTools?
Darcula Theme for DevTools adalah ekstensi Chrome yang dikembangkan oleh Andrey Izman, dan fitur utamanya adalah "Darcula Theme for DevTools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Darcula Theme for DevTools
Unduh file ekstensi Darcula Theme for DevTools 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 is a theme for the Developer Tools [CTRL/CMD + SHIFT + I]. Installation Instructions --------------------------------------------------------- - Add this theme - Goto chrome://flags/#enable-devtools-experiments and Enable Developer Tools experiments. Select [Relaunch Now] at the bottom of the page. - Open developer tools settings, select Experiments tab, and check 'Allow custom UI themes'. - Open developer tools settings, in the Preferences switch Theme to the Dark. - Reload devtools.
Informasi Dasar Ekstensi
Nama | Darcula Theme for DevTools |
ID | gfmlaljopbojfghmafldbdecllafopom |
URL Resmi | https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom |
Deskripsi | Darcula Theme for DevTools |
Ukuran File | 282 KB |
Jumlah Instalasi | 792 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2017-10-12 |
Tanggal Publikasi | 2017-10-11 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | Andrey Izman |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mervick/chrome-devtools-darcula-theme |
URL Halaman Bantuan | https://github.com/mervick/chrome-devtools-darcula-theme |
Bahasa yang Didukung | en |
manifest.json | |
{ "description": "Darcula Theme for DevTools", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/mervick\/chrome-devtools-darcula-theme", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Andrey Izman", "browser_action": { "default_icon": "images\/icon32.png" }, "manifest_version": 2, "name": "Darcula Theme for DevTools", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |