Disqus Condensed
Condensed theme for enhanced readability when browsing disqus.com/home/
Wat is Disqus Condensed?
Disqus Condensed is een Chrome-extensie ontwikkeld door loneplacebo, en de belangrijkste functie is "Condensed theme for enhanced readability when browsing disqus.com/home/".
Extensie Screenshots
Download het CRX-bestand van de extensie Disqus Condensed
Download Disqus Condensed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jjdnibohihomibfhckihkohkjaegbcnf |
| Officiële URL | https://chromewebstore.google.com/detail/disqus-condensed/jjdnibohihomibfhckihkohkjaegbcnf |
| Beschrijving | Condensed theme for enhanced readability when browsing disqus.com/home/ |
| Bestandsgrootte | 51.95 KB |
| Aantal Installaties | 263 |
| Huidige Versie | 1.1.8 |
| Laatst Bijgewerkt | 2019-02-04 |
| Publicatiedatum | 2019-02-04 |
| Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | loneplacebo |
| Betalingswijze | free |
| Extensiewebsite | https://disqus.com/home/ |
| Ondersteunde Talen | 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"
]
}
]
} | |