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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Readable Marxists एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}