Readable Medium.com

Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience

Cos'è Readable Medium.com?

Readable Medium.com è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Readable Medium.com

Scarica i file di estensione Readable Medium.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Readable Medium.com Readable Medium.com
ID jiopenehkeajnaibdidoaaecammkdooo
URL Ufficiale https://chromewebstore.google.com/detail/readable-mediumcom/jiopenehkeajnaibdidoaaecammkdooo
Descrizione Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
Dimensione del File 28.55 KB
Conteggio Installazioni 344
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-07-01
Data di Pubblicazione 2018-07-01
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}