Codenames dark theme
Dark theme for the Codenames game
Codenames dark themeとは何ですか?
Codenames dark themeはjbrunoxdによって開発されたChromeの拡張機能で、その主な機能は「Dark theme for the Codenames game」です。
拡張機能のスクリーンショット
Codenames dark theme拡張機能のCRXファイルをダウンロード
Codenames dark theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | mgcpokdoehokdlpbpgafjicnkkmcelih |
| 公式URL | https://chromewebstore.google.com/detail/codenames-dark-theme/mgcpokdoehokdlpbpgafjicnkkmcelih |
| 説明 | Dark theme for the Codenames game |
| ファイルサイズ | 4.66 KB |
| インストール数 | 35 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-07-19 |
| 公開日 | 2018-07-19 |
| 開発者 | jbrunoxd |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Codenames dark theme",
"description": "Dark theme for the Codenames game",
"version": "1.0",
"browser_action": {
"default_icon": "download.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.horsepaste.com\/*"
]
}
]
} | |