2077 DevTools Theme

A saucy Cyberpunk2077 theme for Chrome Devtools

Vad är 2077 DevTools Theme?

2077 DevTools Theme är en Chrome-tillägg utvecklad av voidz3ro, och dess huvudfunktion är "A saucy Cyberpunk2077 theme for Chrome Devtools".

Tilläggsskärmbilder

screenshot

Ladda ner 2077 DevTools Theme-förlängningens CRX-fil

Ladda ner 2077 DevTools Theme-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

                        [Cyberpunk 2077](https://www.cyberpunk.net/) (highly anticipated game) inspired theme for your devtools.

Pairs nicely with 
https://marketplace.visualstudio.com/items?itemName=Endormi.2077-theme

Installation:
 - Install theme to chrome
 - open developer tools
 - Choose settings (F1)  =>  Theme : Dark
 - Enjoy                    

Grundläggande Information om Tillägg

Namn 2077 DevTools Theme 2077 DevTools Theme
ID obboikcgcmdjhpkjheokhnmknfclcdkc
Officiell webbadress https://chrome.google.com/webstore/detail/2077-devtools-theme/obboikcgcmdjhpkjheokhnmknfclcdkc
Beskrivning A saucy Cyberpunk2077 theme for Chrome Devtools
Filstorlek 38.08 KB
Antal Installationer 102
Aktuell Version 0.1
Senast Uppdaterad 2019-07-18
Publiceringsdatum 2019-07-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare voidz3ro
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/voidz3ro/cyberpunk-devtools
Hjälpsida URL https://github.com/voidz3ro/cyberpunk-devtools/issues
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2077 DevTools Theme",
    "short_name": "A saucy Cyberpunk2077 theme for Chrome Devtools",
    "version": "0.1",
    "description": "A saucy Cyberpunk2077 theme for Chrome Devtools",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.jpg",
        "48": "images\/icon48.jpg",
        "128": "images\/icon128.jpg"
    }
}