Github Dracula Theme
Custom Dracula Theme for Github.
Vad är Github Dracula Theme?
Github Dracula Theme är en Chrome-tillägg utvecklad av oguhpereira, och dess huvudfunktion är "Custom Dracula Theme for Github.".
Tilläggsskärmbilder
Ladda ner Github Dracula Theme-förlängningens CRX-fil
Ladda ner Github Dracula 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
Extension to change the default variables of the github dark theme to those of the dracula-theme https://github.com/oguhpereira/dracula-github
Grundläggande Information om Tillägg
Namn | |
ID | fbjkldlneefcgjaepkpifipmakchhmno |
Officiell webbadress | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
Beskrivning | Custom Dracula Theme for Github. |
Filstorlek | 141 KB |
Antal Installationer | 640 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2022-09-07 |
Publiceringsdatum | 2022-09-07 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | oguhpereira |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/oguhpereira/dracula-github |
Hjälpsida URL | https://github.com/oguhpereira/dracula-github |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Dracula Theme", "version": "1.1.1", "description": "Custom Dracula Theme for Github.", "content_scripts": [ { "css": [ "dracula.css" ], "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/*", "http:\/\/github.com\/*\/*", "http:\/\/github.com\/*\/*\/*" ], "run_at": "document_start" } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 3 } |