Notion Dark Mode - PNG background color
Add Background Color to enhance the visibility of the letters in the PNG image
Wat is Notion Dark Mode - PNG background color?
Notion Dark Mode - PNG background color is een Chrome-extensie ontwikkeld door https://a2tt.me, en de belangrijkste functie is "Add Background Color to enhance the visibility of the letters in the PNG image".
Extensie Screenshots
Download het CRX-bestand van de extensie Notion Dark Mode - PNG background color
Download Notion Dark Mode - PNG background color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Notion Dark Mode - PNG background color |
ID | paegjdkaeijijioinnhahenmnmlmlfil |
Officiële URL | https://chromewebstore.google.com/detail/notion-dark-mode-png-back/paegjdkaeijijioinnhahenmnmlmlfil |
Beschrijving | Add Background Color to enhance the visibility of the letters in the PNG image |
Bestandsgrootte | 159 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-07-30 |
Publicatiedatum | 2022-03-01 |
Ontwikkelaar | https://a2tt.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/a2tt/Notion-PNG-Background-Color |
Ondersteunde Talen | 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:*;" } } |