Disqus Condensed
Condensed theme for enhanced readability when browsing disqus.com/home/
ما هو Disqus Condensed؟
Disqus Condensed هو إضافة Chrome تم تطويرها بواسطة loneplacebo، والميزة الرئيسية لها هي "Condensed theme for enhanced readability when browsing disqus.com/home/".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disqus Condensed
قم بتنزيل ملفات الامتداد Disqus Condensed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Readability Enhancements:
- Home & channel feeds: x2 stories per page as you scroll
- Explore Discussions & related discussions sidebar is easier to scan
- Highlight newly created discussions for channels you moderate & people you follow
- Community guidelines link is now a button instead of a tiny text link
Hidden:
- discussion excerpts & highlighted comment
- share to social media link معلومات أساسية عن التمديد
| الاسم | |
| ID | jjdnibohihomibfhckihkohkjaegbcnf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/disqus-condensed/jjdnibohihomibfhckihkohkjaegbcnf |
| الوصف | Condensed theme for enhanced readability when browsing disqus.com/home/ |
| حجم الملف | 51.95 KB |
| عدد التثبيتات | 263 |
| النسخة الحالية | 1.1.8 |
| آخر تحديث | 2019-02-04 |
| تاريخ النشر | 2019-02-04 |
| تقييم | 4.00/5 مجموع تقييمات 6 |
| المطور | loneplacebo |
| نوع الدفع | free |
| موقع الإضافة | https://disqus.com/home/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Disqus Condensed",
"version": "1.1.8",
"manifest_version": 2,
"description": "Condensed theme for enhanced readability when browsing disqus.com\/home\/",
"homepage_url": "https:\/\/disqus.com\/home\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/disqus.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/disqus.com\/*"
],
"js": [
"js\/jquery.min.js",
"src\/bg\/condensing.js",
"src\/bg\/onStartup.js"
]
}
]
} | |