Notion Dark Mode - PNG background color
Add Background Color to enhance the visibility of the letters in the PNG image
Notion Dark Mode - PNG background colorとは何ですか?
Notion Dark Mode - PNG background colorはhttps://a2tt.meによって開発されたChromeの拡張機能で、その主な機能は「Add Background Color to enhance the visibility of the letters in the PNG image」です。
拡張機能のスクリーンショット
Notion Dark Mode - PNG background color拡張機能のCRXファイルをダウンロード
Notion Dark Mode - PNG background color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add Background Color to enhance the visibility of the letters in the PNG image because dark letters in the transparent PNG image in Notion dark mode is nearly invisible.
拡張機能の基本情報
名前 | Notion Dark Mode - PNG background color |
ID | paegjdkaeijijioinnhahenmnmlmlfil |
公式URL | https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil |
説明 | Add Background Color to enhance the visibility of the letters in the PNG image |
ファイルサイズ | 159 KB |
インストール数 | 44 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-07-30 |
公開日 | 2022-03-01 |
開発者 | https://a2tt.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/a2tt/Notion-PNG-Background-Color |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add Background Color to enhance the visibility of the letters in the PNG image", "version": "1.0.0", "manifest_version": 3, "name": "Notion Dark Mode - PNG background color", "action": { "default_icon": "\/img\/icon_16.png", "default_popup": "\/html\/popup.html" }, "icons": { "16": "\/img\/icon_16.png", "48": "\/img\/icon_48.png", "128": "\/img\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "content_script.bundle.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src http:\/\/localhost:* ws:\/\/localhost:*;" } } |