Github Dracula Theme
Custom Dracula Theme for Github.
What is Github Dracula Theme?
Github Dracula Theme is a Chrome extension developed by oguhpereira, and its main feature is "Custom Dracula Theme for Github.".
Extension Screenshots
Download Github Dracula Theme Extension CRX File
Download Github Dracula Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension to change the default variables of the github dark theme to those of the dracula-theme https://github.com/oguhpereira/dracula-github
Extension Basic Information
Name | |
ID | fbjkldlneefcgjaepkpifipmakchhmno |
Official URL | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
Description | Custom Dracula Theme for Github. |
File Size | 141 KB |
Installation Count | 640 |
Current Version | 1.1.1 |
Last Updated | 2022-09-07 |
Publish Date | 2022-09-07 |
Rating | 1.00/5 Total 1 Ratings |
Developer | oguhpereira |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/oguhpereira/dracula-github |
Help Page URL | https://github.com/oguhpereira/dracula-github |
Supported Languages | 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 } |