Disqus Condensed
Condensed theme for enhanced readability when browsing disqus.com/home/
Vad är Disqus Condensed?
Disqus Condensed är en Chrome-tillägg utvecklad av loneplacebo, och dess huvudfunktion är "Condensed theme for enhanced readability when browsing disqus.com/home/".
Tilläggsskärmbilder
Ladda ner Disqus Condensed-förlängningens CRX-fil
Ladda ner Disqus Condensed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jjdnibohihomibfhckihkohkjaegbcnf |
| Officiell webbadress | https://chromewebstore.google.com/detail/disqus-condensed/jjdnibohihomibfhckihkohkjaegbcnf |
| Beskrivning | Condensed theme for enhanced readability when browsing disqus.com/home/ |
| Filstorlek | 51.95 KB |
| Antal Installationer | 263 |
| Aktuell Version | 1.1.8 |
| Senast Uppdaterad | 2019-02-04 |
| Publiceringsdatum | 2019-02-04 |
| Betyg | 4.00/5 Totalt 6 Betyg |
| Utvecklare | loneplacebo |
| Betalningssätt | free |
| Tilläggswebbplats | https://disqus.com/home/ |
| Stödda Språk | 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"
]
}
]
} | |