Roam Reduced

A clean, automatic light/dark theme for Roam.

Qu'est-ce que Roam Reduced ?

Roam Reduced est une extension Chrome développée par jdsimcoe, et sa fonction principale est "A clean, automatic light/dark theme for Roam.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Roam Reduced

Téléchargez les fichiers d'extension Roam Reduced au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Roam Reduced Roam Reduced
ID dlaojjkppiogjhnbhhdaoaeilfadcbgg
URL Officiel https://chromewebstore.google.com/detail/roam-reduced/dlaojjkppiogjhnbhhdaoaeilfadcbgg
Description A clean, automatic light/dark theme for Roam.
Taille du Fichier 9.42 KB
Nombre d'Installations 21
Version Actuelle 0.2
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-06-02
Évaluation 4.00/5 Total 1 Évaluations
Développeur jdsimcoe
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jdsimcoe.com
URL de la Page d'Aide https://github.com/jdsimcoe/roam-reduced
Langues Prises en Charge 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"
}