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是由alice.writes.wrongs開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | kfcaoeebifndjjpnnlplkejkhogjoell | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |