Material DevTools Theme Collection
Material DevTools Theme Collection
Τι είναι το Material DevTools Theme Collection;
Το Material DevTools Theme Collection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://material-theme.com, και η κύρια λειτουργία του είναι "Material DevTools Theme Collection".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Material DevTools Theme Collection
Λήψη αρχείων επέκτασης Material DevTools Theme Collection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a porting of the famous Material Theme (https://www.material-theme.com) for Chrome DevTools. It completely redesigns the Chrome DevTools panels to the Material Theme Colors. And just like its inspiration, it also provides options to switch to other themes as well in the blink of an eye! Themes: - Material Oceanic - Material Darker - Material Lighter - Material Palenight - Material Deep Ocean - Material Forest - Material Sky Blue - Material Sandy Beach - Material Volcano - Material Space - Monokai Pro - Dracula - GitHub - GitHub Dark - Arc Dark - Atom One Dark - Atom One Light - Night Owl - Light Owl - Solarized Dark - Solarized Light - Moonlight - SynthWave '84 - Catpuccin Installation: - Open Developer Tools - Open the Settings > Experiments > "Allow extensions to load custom stylesheets" - Close and reopen the DevTools Features: - Select a theme amongst the list of available themes - Change the Monospace Font with a font installed in your computer - Optionally change the Monospace Font Size - Change the Accent Color (the color used in elements such as the tab highlight indicator, checkbox, radio buttons, etc) - Colorize the Scrollbars with the Accent Color Important note: If you want to use a dark theme (Oceanic, Palenight etc), select the Dark Mode, otherwise select the Light Mode! A big thanks for Jonas Ausgburger (https://chrome.google.com/webstore/detail/material-devtools-theme/pmlofkkoaahmkmmebdkkcljmflocijlo) and Mike King for the inspiration.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Material DevTools Theme Collection |
ID | jmefikbdhgocdjeejjnnepgnfkkbpgjo |
Επίσημο URL | https://chromewebstore.google.com/detail/material-devtools-theme-c/jmefikbdhgocdjeejjnnepgnfkkbpgjo |
Περιγραφή | Material DevTools Theme Collection |
Μέγεθος Αρχείου | 198 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 7.6.0 |
Τελευταία Ενημέρωση | 2024-02-23 |
Ημερομηνία Δημοσίευσης | 2020-04-07 |
Αξιολόγηση | 4.15/5 Συνολικά 62 Αξιολογήσεις |
Προγραμματιστής | https://material-theme.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/mallowigi/material-dev-tools |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/mallowigi/material-dev-tools/issues |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "7.6.0", "author": "Elior Boukhobza (Mallowigi)", "name": "Material DevTools Theme Collection", "description": "Material DevTools Theme Collection", "devtools_page": "devtools.html", "permissions": [ "storage" ], "short_name": "Material DevTools", "homepage_url": "https:\/\/www.material-theme.com", "web_accessible_resources": [ { "resources": [ "assets\/**\/*.svg" ], "matches": [ "https:\/\/*\/*", "file:\/\/*\/*" ] } ] } |