note-dark
Dark mode for note.com
Wat is note-dark?
note-dark is een Chrome-extensie ontwikkeld door sakuraya, en de belangrijkste functie is "Dark mode for note.com".
Extensie Screenshots
Download het CRX-bestand van de extensie note-dark
Download note-dark-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
apply dark mode style for https://note.com The service provides no official dark mode, so this extension overwrite style to enable dark mode.
Basisinformatie over de Extensie
Naam | |
ID | ndjhheglhimmpjbgedbacgmloigpicng |
Officiële URL | https://chromewebstore.google.com/detail/note-dark/ndjhheglhimmpjbgedbacgmloigpicng |
Beschrijving | Dark mode for note.com |
Bestandsgrootte | 47.04 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.0.13 |
Laatst Bijgewerkt | 2020-12-30 |
Publicatiedatum | 2020-05-24 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | sakuraya |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Blue-Pix/note-dark |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "note-dark", "version": "1.0.13", "manifest_version": 2, "description": "Dark mode for note.com", "permissions": [ "*:\/\/note.com\/*" ], "web_accessible_resources": [ "images\/*", "*.css" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_title": "", "default_icon": { "19": "images\/19.png", "38": "images\/38.png" } }, "content_scripts": [ { "js": [ "jquery-3.4.1.slim.min.js", "content_script.js" ], "matches": [ "*:\/\/note.com\/*" ], "run_at": "document_end", "all_frames": true } ] } |