Readable Marxists

This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…

Readable Marxistsとは何ですか?

Readable Marxistsはalice.writes.wrongsによって開発されたChromeの拡張機能で、その主な機能は「This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…」です。

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

screenshot

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

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

拡張機能の使用方法

                        This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read.

The extension doesn't use or require any personal data, and uses no JavaScript.                    

拡張機能の基本情報

名前 Readable Marxists Readable Marxists
ID kfcaoeebifndjjpnnlplkejkhogjoell
公式URL https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell
説明 This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…
ファイルサイズ 24.62 KB
インストール数 31
現在のバージョン 0.4
最終更新日 2022-11-12
公開日 2016-07-05
評価 4.00/5 合計 2 レビュー
開発者 alice.writes.wrongs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/aliceriot/readable_marxists
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readable Marxists",
    "version": "0.4",
    "short_name": "Make marxists.org a little nicer",
    "manifest_version": 2,
    "icons": {
        "16": ".\/img\/16.png",
        "48": ".\/img\/48.png",
        "128": ".\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.marxists.org\/*",
                "https:\/\/www.marxists.org\/*"
            ],
            "css": [
                "readable_marxists.css"
            ]
        }
    ]
}