Roam Reduced
A clean, automatic light/dark theme for Roam.
What is Roam Reduced?
Roam Reduced is a Chrome extension developed by jdsimcoe, and its main feature is "A clean, automatic light/dark theme for Roam.".
Extension Screenshots
Download Roam Reduced Extension CRX File
Download Roam Reduced 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
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.
Extension Basic Information
Name | Roam Reduced |
ID | dlaojjkppiogjhnbhhdaoaeilfadcbgg |
Official URL | https://chromewebstore.google.com/detail/roam-reduced/dlaojjkppiogjhnbhhdaoaeilfadcbgg |
Description | A clean, automatic light/dark theme for Roam. |
File Size | 9.42 KB |
Installation Count | 21 |
Current Version | 0.2 |
Last Updated | 2020-06-03 |
Publish Date | 2020-06-02 |
Rating | 4.00/5 Total 1 Ratings |
Developer | jdsimcoe |
[email protected] | |
Payment Type | free |
Extension Website | https://jdsimcoe.com |
Help Page URL | https://github.com/jdsimcoe/roam-reduced |
Supported Languages | 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" } |