IndieHackers Light Theme
A simple light theme for IndieHackers.
IndieHackers Light Themeとは何ですか?
IndieHackers Light ThemeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A simple light theme for IndieHackers.」です。
拡張機能のスクリーンショット
IndieHackers Light Theme拡張機能のCRXファイルをダウンロード
IndieHackers Light Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple light theme for the website IndieHackers.
You can temporarily toggle any page back to dark mode by clicking the icon, it will stay dark mode for the session. 拡張機能の基本情報
| 名前 | |
| ID | kiogoigihiehfmimipmlihenfphaefcp |
| 公式URL | https://chromewebstore.google.com/detail/indiehackers-light-theme/kiogoigihiehfmimipmlihenfphaefcp |
| 説明 | A simple light theme for IndieHackers. |
| ファイルサイズ | 144 KB |
| インストール数 | 20 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2020-06-08 |
| 公開日 | 2020-06-07 |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://blog.pagewatch.dev/project/indiehackers-light-theme |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IndieHackers Light Theme",
"short_name": "ihlt",
"author": "Loftie Ellis",
"homepage_url": "https:\/\/blog.pagewatch.dev\/project\/indiehackers-light-theme",
"version": "0.2.1",
"description": "A simple light theme for IndieHackers.",
"permissions": [
"https:\/\/www.indiehackers.com\/",
"declarativeContent"
],
"background": {
"scripts": [
"extension.js"
],
"persistent": false
},
"page_action": {
"default_icon": {
"16": "icons\/ih-light-16x16.png",
"24": "icons\/ih-light-24x24.png",
"32": "icons\/ih-light-32x32.png",
"48": "icons\/ih-light-48x48.png",
"64": "icons\/ih-light-64x64.png",
"128": "icons\/ih-light-128x128.png"
},
"default_title": "IndieHackers Light Theme Enabled (click to toggle)"
},
"web_accessible_resources": [
"extension.js"
],
"icons": {
"16": "icons\/ih-light-16x16.png",
"24": "icons\/ih-light-24x24.png",
"32": "icons\/ih-light-32x32.png",
"48": "icons\/ih-light-48x48.png",
"64": "icons\/ih-light-64x64.png",
"128": "icons\/ih-light-128x128.png"
}
} | |