Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Co to jest Unsticky Medium?
Unsticky Medium to rozszerzenie Chrome opracowane przez jlei523, a jego główną funkcją jest „Unsticky the header and footer on sites that use the Medium.com platform”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unsticky Medium
Pobierz pliki rozszerzeń Unsticky Medium w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
Oficjalny URL | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
Opis | Unsticky the header and footer on sites that use the Medium.com platform |
Rozmiar pliku | 4.8 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-10-22 |
Data Publikacji | 2017-10-22 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | jlei523 |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jlei523/unsticky-medium |
Obsługiwane Języki | 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 } |