Unsticky Medium

Unsticky the header and footer on sites that use the Medium.com platform

Cos'è Unsticky Medium?

Unsticky Medium è un'estensione di Chrome sviluppata da jlei523, e la sua funzione principale è "Unsticky the header and footer on sites that use the Medium.com platform".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unsticky Medium

Scarica i file di estensione Unsticky Medium 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 plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content.

To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.                    

Informazioni di Base sull'Estensione

Nome Unsticky Medium Unsticky Medium
ID laadcleekgoihflinfdkfhefnfclphkm
URL Ufficiale https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm
Descrizione Unsticky the header and footer on sites that use the Medium.com platform
Dimensione del File 4.8 KB
Conteggio Installazioni 36
Versione Corrente 1.1
Ultimo Aggiornamento 2017-10-22
Data di Pubblicazione 2017-10-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jlei523
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jlei523/unsticky-medium
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsticky Medium",
    "description": "Unsticky the header and footer on sites that use the Medium.com platform",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Unsticky the header and footer on sites that use the Medium.com platform",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}