Disqus Condensed
Condensed theme for enhanced readability when browsing disqus.com/home/
什麼是Disqus Condensed?
Disqus Condensed是由loneplacebo開發的Chrome擴展程式,該擴展的主要功能是“Condensed theme for enhanced readability when browsing disqus.com/home/”。
擴展截圖
下載Disqus Condensed擴展crx文件
下載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 |
| 官方網址 | 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"
]
}
]
} | |