Roam Reduced

A clean, automatic light/dark theme for Roam.

Roam Reducedとは何ですか?

Roam Reducedはjdsimcoeによって開発されたChromeの拡張機能で、その主な機能は「A clean, automatic light/dark theme for Roam.」です。

拡張機能のスクリーンショット

screenshot

Roam Reduced拡張機能のCRXファイルをダウンロード

Roam Reduced拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Roam Reduced Roam Reduced
ID dlaojjkppiogjhnbhhdaoaeilfadcbgg
公式URL https://chromewebstore.google.com/detail/roam-reduced/dlaojjkppiogjhnbhhdaoaeilfadcbgg
説明 A clean, automatic light/dark theme for Roam.
ファイルサイズ 9.42 KB
インストール数 21
現在のバージョン 0.2
最終更新日 2020-06-03
公開日 2020-06-02
評価 4.00/5 合計 1 レビュー
開発者 jdsimcoe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jdsimcoe.com
ヘルプページのURL https://github.com/jdsimcoe/roam-reduced
対応言語 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"
}