Roam Reduced
A clean, automatic light/dark theme for Roam.
Apa itu Roam Reduced?
Roam Reduced adalah ekstensi Chrome yang dikembangkan oleh jdsimcoe, dan fitur utamanya adalah "A clean, automatic light/dark theme for Roam.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Roam Reduced
Unduh file ekstensi Roam Reduced 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
This theme automatically applied light/dark styling based on your default system theme. It removes distracting elements, and improves the overall usage of Roam Research.
Informasi Dasar Ekstensi
Nama | Roam Reduced |
ID | dlaojjkppiogjhnbhhdaoaeilfadcbgg |
URL Resmi | https://chromewebstore.google.com/detail/roam-reduced/dlaojjkppiogjhnbhhdaoaeilfadcbgg |
Deskripsi | A clean, automatic light/dark theme for Roam. |
Ukuran File | 9.42 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2020-06-03 |
Tanggal Publikasi | 2020-06-02 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | jdsimcoe |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://jdsimcoe.com |
URL Halaman Bantuan | https://github.com/jdsimcoe/roam-reduced |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "author": "Jonathan Simcoe", "browser_action": { "default_icon": "icon-128.png", "default_title": "Roam Reduced" }, "content_scripts": [ { "matches": [ "*:\/\/*.roamresearch.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.roamresearch.com\/*" ], "css": [ "reduced.css" ], "run_at": "document_start" } ], "description": "A clean, automatic light\/dark theme for Roam.", "homepage_url": "https:\/\/jdsimcoe.com\/", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "Roam Reduced", "permissions": [ "tabs", "*:\/\/*.roamresearch.com\/#\/*" ], "short_name": "RoamReduced", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2" } |