Unsticky Medium

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

Qu'est-ce que Unsticky Medium ?

Unsticky Medium est une extension Chrome développée par jlei523, et sa fonction principale est "Unsticky the header and footer on sites that use the Medium.com platform".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unsticky Medium

Téléchargez les fichiers d'extension Unsticky Medium au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unsticky Medium Unsticky Medium
ID laadcleekgoihflinfdkfhefnfclphkm
URL Officiel https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm
Description Unsticky the header and footer on sites that use the Medium.com platform
Taille du Fichier 4.8 KB
Nombre d'Installations 36
Version Actuelle 1.1
Dernière Mise à Jour 2017-10-22
Date de Publication 2017-10-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur jlei523
Type de Paiement free
Site Web de l'Extension https://github.com/jlei523/unsticky-medium
Langues Prises en Charge 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
}