Notion Dark Mode - PNG background color
Add Background Color to enhance the visibility of the letters in the PNG image
What is Notion Dark Mode - PNG background color?
Notion Dark Mode - PNG background color is a Chrome extension developed by https://a2tt.me, and its main feature is "Add Background Color to enhance the visibility of the letters in the PNG image".
Extension Screenshots
Download Notion Dark Mode - PNG background color Extension CRX File
Download Notion Dark Mode - PNG background color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Notion Dark Mode - PNG background color |
ID | paegjdkaeijijioinnhahenmnmlmlfil |
Official URL | https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil |
Description | Add Background Color to enhance the visibility of the letters in the PNG image |
File Size | 159 KB |
Installation Count | 44 |
Current Version | 1.0.0 |
Last Updated | 2022-07-30 |
Publish Date | 2022-03-01 |
Developer | https://a2tt.me |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/a2tt/Notion-PNG-Background-Color |
Supported Languages | 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:*;" } } |