DevTools Theme: Pure Void
Simple Chrome DevTools theme with a black background.
Vad är DevTools Theme: Pure Void?
DevTools Theme: Pure Void är en Chrome-tillägg utvecklad av Jaidchen, och dess huvudfunktion är "Simple Chrome DevTools theme with a black background.".
Tilläggsskärmbilder
Ladda ner DevTools Theme: Pure Void-förlängningens CRX-fil
Ladda ner DevTools Theme: Pure Void-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | efpcgcomppkbbmocplgnkneblkffejna |
| Officiell webbadress | https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna |
| Beskrivning | Simple Chrome DevTools theme with a black background. |
| Filstorlek | 169 KB |
| Antal Installationer | 46 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2019-12-18 |
| Publiceringsdatum | 2019-12-18 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Jaidchen |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Jaid/devtools-theme-pure-void |
| Stödda Språk | 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"
}
} | |