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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
]
}
]
} | |