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
扩展基本信息
名称 | Disqus Condensed |
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" ] } ] } |