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…

Cos'è Readable Marxists?

Readable Marxists è un'estensione di Chrome sviluppata da alice.writes.wrongs, e la sua funzione principale è "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Readable Marxists

Scarica i file di estensione Readable Marxists 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 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.                    

Informazioni di Base sull'Estensione

Nome Readable Marxists Readable Marxists
ID kfcaoeebifndjjpnnlplkejkhogjoell
URL Ufficiale https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell
Descrizione This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…
Dimensione del File 24.62 KB
Conteggio Installazioni 31
Versione Corrente 0.4
Ultimo Aggiornamento 2022-11-12
Data di Pubblicazione 2016-07-05
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore alice.writes.wrongs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/aliceriot/readable_marxists
Lingue Supportate 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"
            ]
        }
    ]
}