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…
Qu'est-ce que Readable Marxists ?
Readable Marxists est une extension Chrome développée par alice.writes.wrongs, et sa fonction principale est "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Readable Marxists
Téléchargez les fichiers d'extension Readable Marxists au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Readable Marxists |
ID | kfcaoeebifndjjpnnlplkejkhogjoell |
URL Officiel | 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… |
Taille du Fichier | 24.62 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2022-11-12 |
Date de Publication | 2016-07-05 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | alice.writes.wrongs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/aliceriot/readable_marxists |
Langues Prises en Charge | 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" ] } ] } |