Gettr Dark Theme
Get dark theme on gettr!
Gettr Dark Themeとは何ですか?
Gettr Dark ThemeはVityaSchelによって開発されたChromeの拡張機能で、その主な機能は「Get dark theme on gettr!」です。
拡張機能のスクリーンショット
Gettr Dark Theme拡張機能のCRXファイルをダウンロード
Gettr Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds dark theme on gettr.com
Please open issues and pull requests at https://github.com/VityaSchel/gettr-dark-theme 拡張機能の基本情報
| 名前 | |
| ID | jcjmdpdahejbjiopgedoljllckbmmekc |
| 公式URL | https://chromewebstore.google.com/detail/gettr-dark-theme/jcjmdpdahejbjiopgedoljllckbmmekc |
| 説明 | Get dark theme on gettr! |
| ファイルサイズ | 20.87 KB |
| インストール数 | 187 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-07-08 |
| 公開日 | 2021-07-07 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | VityaSchel |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/VityaSchel/gettr-dark-theme |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gettr Dark Theme",
"version": "1.1",
"description": "Get dark theme on gettr!",
"permissions": [],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/gettr.com\/*"
],
"css": [
"content-style.css"
]
}
],
"manifest_version": 2
} | |