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…
Wat is Readable Marxists?
Readable Marxists is een Chrome-extensie ontwikkeld door alice.writes.wrongs, en de belangrijkste functie is "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".
Extensie Screenshots
Download het CRX-bestand van de extensie Readable Marxists
Download Readable Marxists-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kfcaoeebifndjjpnnlplkejkhogjoell |
| Officiële URL | https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell |
| Beschrijving | This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension… |
| Bestandsgrootte | 24.62 KB |
| Aantal Installaties | 31 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2022-11-12 |
| Publicatiedatum | 2016-07-05 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | alice.writes.wrongs |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/aliceriot/readable_marxists |
| Ondersteunde Talen | 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"
]
}
]
} | |