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…
Vad är Readable Marxists?
Readable Marxists är en Chrome-tillägg utvecklad av alice.writes.wrongs, och dess huvudfunktion är "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".
Tilläggsskärmbilder
Ladda ner Readable Marxists-förlängningens CRX-fil
Ladda ner Readable Marxists-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Readable Marxists |
ID | kfcaoeebifndjjpnnlplkejkhogjoell |
Officiell webbadress | https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell |
Beskrivning | This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension… |
Filstorlek | 24.62 KB |
Antal Installationer | 31 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2022-11-12 |
Publiceringsdatum | 2016-07-05 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | alice.writes.wrongs |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/aliceriot/readable_marxists |
Stödda Språk | 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" ] } ] } |