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 to jest Readable Marxists?
Readable Marxists to rozszerzenie Chrome opracowane przez alice.writes.wrongs, a jego główną funkcją jest „This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Readable Marxists
Pobierz pliki rozszerzeń Readable Marxists w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Readable Marxists |
ID | kfcaoeebifndjjpnnlplkejkhogjoell |
Oficjalny URL | https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell |
Opis | This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension… |
Rozmiar pliku | 24.62 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2022-11-12 |
Data Publikacji | 2016-07-05 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | alice.writes.wrongs |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/aliceriot/readable_marxists |
Obsługiwane Języki | 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" ] } ] } |