Roam Reduced

A clean, automatic light/dark theme for Roam.

Cos'è Roam Reduced?

Roam Reduced è un'estensione di Chrome sviluppata da jdsimcoe, e la sua funzione principale è "A clean, automatic light/dark theme for Roam.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roam Reduced

Scarica i file di estensione Roam Reduced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Roam Reduced Roam Reduced
ID dlaojjkppiogjhnbhhdaoaeilfadcbgg
URL Ufficiale https://chromewebstore.google.com/detail/roam-reduced/dlaojjkppiogjhnbhhdaoaeilfadcbgg
Descrizione A clean, automatic light/dark theme for Roam.
Dimensione del File 9.42 KB
Conteggio Installazioni 21
Versione Corrente 0.2
Ultimo Aggiornamento 2020-06-03
Data di Pubblicazione 2020-06-02
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore jdsimcoe
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jdsimcoe.com
URL della Pagina di Aiuto https://github.com/jdsimcoe/roam-reduced
Lingue Supportate 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"
}