Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Co je Unsticky Medium?
Unsticky Medium je rozšíření Chrome vyvinuté jlei523, a jeho hlavní funkcí je „Unsticky the header and footer on sites that use the Medium.com platform“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Unsticky Medium
Stáhněte si soubory rozšíření Unsticky Medium ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
Oficiální URL | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
Popis | Unsticky the header and footer on sites that use the Medium.com platform |
Velikost souboru | 4.8 KB |
Počet instalací | 36 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2017-10-22 |
Datum Vydání | 2017-10-22 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | jlei523 |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jlei523/unsticky-medium |
Podporované Jazyky | 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 } |