Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Was ist Unsticky Medium?
Unsticky Medium ist eine Chrome-Erweiterung, die von jlei523 entwickelt wurde, und ihr Hauptmerkmal ist "Unsticky the header and footer on sites that use the Medium.com platform".
Erweiterungsscreenshots
Unsticky Medium-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unsticky Medium-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
Offizielle URL | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
Beschreibung | Unsticky the header and footer on sites that use the Medium.com platform |
Dateigröße | 4.8 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-10-22 |
Veröffentlichungsdatum | 2017-10-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | jlei523 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jlei523/unsticky-medium |
Unterstützte Sprachen | 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 } |