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…
Co je Readable Marxists?
Readable Marxists je rozšíření Chrome vyvinuté alice.writes.wrongs, a jeho hlavní funkcí je „This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Readable Marxists
Stáhněte si soubory rozšíření Readable Marxists ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Readable Marxists |
ID | kfcaoeebifndjjpnnlplkejkhogjoell |
Oficiální URL | https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell |
Popis | This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension… |
Velikost souboru | 24.62 KB |
Počet instalací | 31 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2022-11-12 |
Datum Vydání | 2016-07-05 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | alice.writes.wrongs |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/aliceriot/readable_marxists |
Podporované Jazyky | 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" ] } ] } |