AWS Dark
Update aws dark mode cookie on page load
AWS Darkとは何ですか?
AWS Darkはenlow.keithによって開発されたChromeの拡張機能で、その主な機能は「Update aws dark mode cookie on page load」です。
拡張機能のスクリーンショット
AWS Dark拡張機能のCRXファイルをダウンロード
AWS Dark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Amazon AWS has begun the infrastructure to enable a dark mode on select web pages in their console via a cookie. This extension will set and attempt to keep the cookie in dark mode. 拡張機能の基本情報
| 名前 | |
| ID | ipdchdaimepggclpjanobgdahjflhedd |
| 公式URL | https://chromewebstore.google.com/detail/aws-dark/ipdchdaimepggclpjanobgdahjflhedd |
| 説明 | Update aws dark mode cookie on page load |
| ファイルサイズ | 3.14 KB |
| インストール数 | 130 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2022-04-10 |
| 公開日 | 2022-04-10 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | enlow.keith |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AWS Dark",
"description": "Update aws dark mode cookie on page load",
"version": "1.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*"
],
"run_at": "document_end",
"js": [
"content-script.js"
]
}
]
} | |