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…
Apa itu Readable Marxists?
Readable Marxists adalah ekstensi Chrome yang dikembangkan oleh alice.writes.wrongs, dan fitur utamanya adalah "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Readable Marxists
Unduh file ekstensi Readable Marxists dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Readable Marxists |
ID | kfcaoeebifndjjpnnlplkejkhogjoell |
URL Resmi | https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell |
Deskripsi | This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension… |
Ukuran File | 24.62 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2022-11-12 |
Tanggal Publikasi | 2016-07-05 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | alice.writes.wrongs |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/aliceriot/readable_marxists |
Bahasa yang Didukung | 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" ] } ] } |