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. 擴展基本資訊
| 名稱 | |
| ID | iahjlgmjhgemeebaflejbgfpojahcnng |
| 官方網址 | 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"
} | |