Roam Reduced
A clean, automatic light/dark theme for Roam.
Hvad er Roam Reduced?
Roam Reduced er en Chrome-udvidelse udviklet af jdsimcoe, og dens hovedfunktion er "A clean, automatic light/dark theme for Roam.".
Udvidelsesskærmbilleder
Download Roam Reduced-udvidelses-CRX-fil
Download Roam Reduced-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dlaojjkppiogjhnbhhdaoaeilfadcbgg |
| Officiel URL | https://chromewebstore.google.com/detail/roam-reduced/dlaojjkppiogjhnbhhdaoaeilfadcbgg |
| Beskrivelse | A clean, automatic light/dark theme for Roam. |
| Filstørrelse | 9.42 KB |
| Antal Installationer | 21 |
| Nuværende Version | 0.2 |
| Senest Opdateret | 2020-06-03 |
| Udgivelsesdato | 2020-06-02 |
| Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
| Udvikler | jdsimcoe |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://jdsimcoe.com |
| Hjælpeside-URL | https://github.com/jdsimcoe/roam-reduced |
| Understøttede Sprog | 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"
} | |