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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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 | 
| عنوان 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"
            ]
        }
    ]
}  |  |