Readable Medium.com
Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
Vad är Readable Medium.com?
Readable Medium.com är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience".
Tilläggsskärmbilder
Ladda ner Readable Medium.com-förlängningens CRX-fil
Ladda ner Readable Medium.com-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
This extension makes Medium.com more readable by hiding the header/footer when reading the articles.
Both the header and footer can be displayed by scrolling up, it uses a pattern visible on many modern reading sites but for some reason medium doesn't reduce nor hide their header/footer forcing you to have an inferior reading experience. Grundläggande Information om Tillägg
| Namn | |
| ID | jiopenehkeajnaibdidoaaecammkdooo |
| Officiell webbadress | https://chromewebstore.google.com/detail/readable-mediumcom/jiopenehkeajnaibdidoaaecammkdooo |
| Beskrivning | Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience |
| Filstorlek | 28.55 KB |
| Antal Installationer | 344 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2018-07-01 |
| Publiceringsdatum | 2018-07-01 |
| Betyg | 3.67/5 Totalt 3 Betyg |
| Utvecklare | Unknown |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Readable Medium.com",
"version": "1.0.2",
"manifest_version": 2,
"description": "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/medium.com\/*",
"*:\/\/medium.freecodecamp.org\/*",
"*:\/\/hackernoon.com\/*"
],
"js": [
"src\/improveReadability.js"
],
"css": [
"src\/improveReadability.css"
]
}
]
} | |