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…
What is Readable Marxists?
Readable Marxists is a Chrome extension developed by alice.writes.wrongs, and its main feature is "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".
Extension Screenshots
Download Readable Marxists Extension CRX File
Download Readable Marxists extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Readable Marxists |
ID | kfcaoeebifndjjpnnlplkejkhogjoell |
Official URL | https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell |
Description | This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension… |
File Size | 24.62 KB |
Installation Count | 31 |
Current Version | 0.4 |
Last Updated | 2022-11-12 |
Publish Date | 2016-07-05 |
Rating | 4.00/5 Total 2 Ratings |
Developer | alice.writes.wrongs |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/aliceriot/readable_marxists |
Supported Languages | 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" ] } ] } |