Dark Octo Themes
Allows you to view source code on GitHub with a dark theme instead of the default light theme.
Dark Octo Themesとは何ですか?
Dark Octo ThemesはCraig MacGregorによって開発されたChromeの拡張機能で、その主な機能は「Allows you to view source code on GitHub with a dark theme instead of the default light theme.」です。
拡張機能のスクリーンショット
Dark Octo Themes拡張機能のCRXファイルをダウンロード
Dark Octo Themes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you use github extensively, but prefer a darker theme when viewing source code, this app can do just that! Install it and you will be presented with a vibrantink theme for all source code files and diffs while viewing github.com.
拡張機能の基本情報
名前 | Dark Octo Themes |
ID | iahjlgmjhgemeebaflejbgfpojahcnng |
公式URL | https://chromewebstore.google.com/detail/dark-octo-themes/iahjlgmjhgemeebaflejbgfpojahcnng |
説明 | Allows you to view source code on GitHub with a dark theme instead of the default light theme. |
ファイルサイズ | 365 KB |
インストール数 | 121 |
現在のバージョン | 1.17 |
最終更新日 | 2020-05-11 |
公開日 | 2020-05-11 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | Craig MacGregor |
支払い方法 | free |
拡張機能のウェブサイト | http://allthingscraig.com |
ヘルプページのURL | https://github.com/craigerm/dark-octo-themes |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Octo Themes", "version": "1.17", "manifest_version": 2, "description": "Allows you to view source code on GitHub with a dark theme instead of the default light theme.", "icons": { "128": "src\/images\/icon.png" }, "background": { "scripts": [ "src\/js\/applyTheme.js", "src\/js\/themeStorage.js" ] }, "permissions": [ "activeTab", "https:\/\/gist.github.com\/*", "https:\/\/github.com\/*" ], "options_page": "src\/options.html" } |