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" ] } ] } |