note-dark
Dark mode for note.com
Apa itu note-dark?
note-dark adalah ekstensi Chrome yang dikembangkan oleh sakuraya, dan fitur utamanya adalah "Dark mode for note.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi note-dark
Unduh file ekstensi note-dark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
apply dark mode style for https://note.com The service provides no official dark mode, so this extension overwrite style to enable dark mode.
Informasi Dasar Ekstensi
Nama | |
ID | ndjhheglhimmpjbgedbacgmloigpicng |
URL Resmi | https://chromewebstore.google.com/detail/note-dark/ndjhheglhimmpjbgedbacgmloigpicng |
Deskripsi | Dark mode for note.com |
Ukuran File | 47.04 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.0.13 |
Terakhir Diperbarui | 2020-12-30 |
Tanggal Publikasi | 2020-05-24 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | sakuraya |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Blue-Pix/note-dark |
Bahasa yang Didukung | 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 } ] } |