DevTools Theme: Pure Void
Simple Chrome DevTools theme with a black background.
Apa itu DevTools Theme: Pure Void?
DevTools Theme: Pure Void adalah ekstensi Chrome yang dikembangkan oleh Jaidchen, dan fitur utamanya adalah "Simple Chrome DevTools theme with a black background.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DevTools Theme: Pure Void
Unduh file ekstensi DevTools Theme: Pure Void 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
Installation:
- Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled.
- Reload Chrome.
- In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes.
- Set theme to Dark Mode (this is important, or the theme won't look right). - To set theme to Dark Mode, go to Preferences(In DevTools settings itself) -> Appearance -> Theme and select Dark.
- Load a new tab and enjoy your awesome new DevTools theme!
Source Code:
https://github.com/Jaid/devtools-theme-pure-void Informasi Dasar Ekstensi
| Nama | |
| ID | efpcgcomppkbbmocplgnkneblkffejna |
| URL Resmi | https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna |
| Deskripsi | Simple Chrome DevTools theme with a black background. |
| Ukuran File | 169 KB |
| Jumlah Instalasi | 46 |
| Versi Saat Ini | 1.0.0 |
| Terakhir Diperbarui | 2019-12-18 |
| Tanggal Publikasi | 2019-12-18 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | Jaidchen |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/Jaid/devtools-theme-pure-void |
| Bahasa yang Didukung | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevTools Theme: Pure Void",
"version": "1.0.0",
"description": "Simple Chrome DevTools theme with a black background.",
"devtools_page": "devtools.html",
"homepage_url": "https:\/\/github.com\/Jaid\/devtools-theme-pure-void",
"manifest_version": 2,
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |