Github Dracula Theme
Custom Dracula Theme for Github.
Co to jest Github Dracula Theme?
Github Dracula Theme to rozszerzenie Chrome opracowane przez oguhpereira, a jego główną funkcją jest „Custom Dracula Theme for Github.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github Dracula Theme
Pobierz pliki rozszerzeń Github Dracula Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension to change the default variables of the github dark theme to those of the dracula-theme https://github.com/oguhpereira/dracula-github
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fbjkldlneefcgjaepkpifipmakchhmno |
Oficjalny URL | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
Opis | Custom Dracula Theme for Github. |
Rozmiar pliku | 141 KB |
Liczba instalacji | 640 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2022-09-07 |
Data Publikacji | 2022-09-07 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | oguhpereira |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/oguhpereira/dracula-github |
Adres URL Strony Pomocy | https://github.com/oguhpereira/dracula-github |
Obsługiwane Języki | 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 } |