Unsticky Medium

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

Wat is Unsticky Medium?

Unsticky Medium is een Chrome-extensie ontwikkeld door jlei523, en de belangrijkste functie is "Unsticky the header and footer on sites that use the Medium.com platform".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unsticky Medium

Download Unsticky Medium-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

                        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.                    

Basisinformatie over de Extensie

Naam Unsticky Medium Unsticky Medium
ID laadcleekgoihflinfdkfhefnfclphkm
Officiële URL https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm
Beschrijving Unsticky the header and footer on sites that use the Medium.com platform
Bestandsgrootte 4.8 KB
Aantal Installaties 36
Huidige Versie 1.1
Laatst Bijgewerkt 2017-10-22
Publicatiedatum 2017-10-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jlei523
Betalingswijze free
Extensiewebsite https://github.com/jlei523/unsticky-medium
Ondersteunde Talen 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
}