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.
扩展基本信息
名称 | 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" ] } ] } |