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 là gì?

Readable Marxists là một tiện ích mở rộng Chrome được phát triển bởi alice.writes.wrongs, và tính năng chính của nó là "This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Readable Marxists

Tải xuống các tệp mở rộng Readable Marxists dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Readable Marxists Readable Marxists
ID kfcaoeebifndjjpnnlplkejkhogjoell
URL Chính Thức https://chromewebstore.google.com/detail/readable-marxists/kfcaoeebifndjjpnnlplkejkhogjoell
Mô tả This little extension just injects a stylesheet into any page on marxists.org to make things a little nicer to read. The extension…
Kích Thước Tệp 24.62 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2022-11-12
Ngày Phát Hành 2016-07-05
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển alice.writes.wrongs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aliceriot/readable_marxists
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}