DevTools Theme: Cobalt2 Unofficial
A highly customized dark theme for Devtools.
Qu'est-ce que DevTools Theme: Cobalt2 Unofficial ?
DevTools Theme: Cobalt2 Unofficial est une extension Chrome développée par http://jordanjanzen.com, et sa fonction principale est "A highly customized dark theme for Devtools.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DevTools Theme: Cobalt2 Unofficial
Téléchargez les fichiers d'extension DevTools Theme: Cobalt2 Unofficial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A customized dark theme for Chrome DevTools based on Wes Bos' Cobalt2. To enable custom Devtools themes you need to change some settings in Chrome first: 1. Go to chrome://flags/#enable-devtools-experiments and enable Devtools Experiments. 2. Restart chrome. Hint: type chrome://restart in your address bar and hit enter to restart quickly, your tabs will be saved. 3. Open Devtools and go to settings (inside the overflow menu next to the close button). 4. Under the left navigation, click "Experiments". 5. Check the box for "Allow custom UI themes". 6. Close and reopen Devtools, you should now see the Devtools theme you've installed.
Informations de Base sur l'Extension
Nom | |
ID | mnamkcejlhbagofefikbghjgpddbfkck |
URL Officiel | https://chrome.google.com/webstore/detail/devtools-theme-cobalt2-un/mnamkcejlhbagofefikbghjgpddbfkck |
Description | A highly customized dark theme for Devtools. |
Taille du Fichier | 31.73 KB |
Nombre d'Installations | 530 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-05-10 |
Date de Publication | 2018-05-10 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://jordanjanzen.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jordandrako/chrome-devtools-cobalt2-theme |
URL de la Page d'Aide | https://github.com/jordandrako/chrome-devtools-cobalt2-theme/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Cobalt2 Unofficial", "version": "1.0.0", "description": "A highly customized dark theme for Devtools.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/jordandrako\/chrome-devtools-cobalt2-theme", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |