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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } ] } |