Pandora Dark Theme
Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
Pandora Dark Themeとは何ですか?
Pandora Dark Themeはgodfathrofdarkthemesによって開発されたChromeの拡張機能で、その主な機能は「Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.」です。
拡張機能のスクリーンショット
Pandora Dark Theme拡張機能のCRXファイルをダウンロード
Pandora Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gives developers a dark theme for Pandora when working late at night and can't stand the bright colors they use. 拡張機能の基本情報
| 名前 | |
| ID | mplhngiggjhdiocehhlkicdebdfidpoh |
| 公式URL | https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh |
| 説明 | Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience. |
| ファイルサイズ | 379 KB |
| インストール数 | 1,050 |
| 現在のバージョン | 3.1 |
| 最終更新日 | 2022-09-21 |
| 公開日 | 2019-06-15 |
| 評価 | 4.87/5 合計 15 レビュー |
| 開発者 | godfathrofdarkthemes |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/godfathr/PandoraDarkThemeChromeExtension |
| ヘルプページのURL | https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pandora Dark Theme",
"version": "3.1",
"description": "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.",
"icons": {
"16": "images\/pandora_dark_theme_16.png",
"32": "images\/pandora_dark_theme_32.png",
"48": "images\/pandora_dark_theme_48.png",
"128": "images\/pandora_dark_theme_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.pandora.com\/*"
],
"css": [
"pandora_dark_theme.css"
]
}
],
"manifest_version": 3
} | |