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…

Что такое Readable Marxists?

Readable Marxists - это расширение Chrome, разработанное alice.writes.wrongs, и его основная функция - "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Readable Marxists

Скачайте файлы расширений Readable Marxists в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Readable Marxists Readable Marxists
ID kfcaoeebifndjjpnnlplkejkhogjoell
Официальный URL https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell
Описание This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…
Размер файла 24.62 KB
Количество установок 31
Текущая Версия 0.4
Последнее Обновление 2022-11-12
Дата публикации 2016-07-05
Рейтинг 4.00/5 Всего 2 оценок
Разработчик alice.writes.wrongs
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/aliceriot/readable_marxists
Поддерживаемые языки 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"
            ]
        }
    ]
}