Github Dracula Theme
Custom Dracula Theme for Github.
Github Dracula Themeとは何ですか?
Github Dracula Themeはoguhpereiraによって開発されたChromeの拡張機能で、その主な機能は「Custom Dracula Theme for Github.」です。
拡張機能のスクリーンショット
Github Dracula Theme拡張機能のCRXファイルをダウンロード
Github Dracula Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension to change the default variables of the github dark theme to those of the dracula-theme https://github.com/oguhpereira/dracula-github
拡張機能の基本情報
名前 | |
ID | fbjkldlneefcgjaepkpifipmakchhmno |
公式URL | https://chrome.google.com/webstore/detail/github-dracula-theme/fbjkldlneefcgjaepkpifipmakchhmno |
説明 | Custom Dracula Theme for Github. |
ファイルサイズ | 141 KB |
インストール数 | 640 |
現在のバージョン | 1.1.1 |
最終更新日 | 2022-09-07 |
公開日 | 2022-09-07 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | oguhpereira |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/oguhpereira/dracula-github |
ヘルプページのURL | https://github.com/oguhpereira/dracula-github |
対応言語 | 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 } |