Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
Что такое Unsticky Medium?
Unsticky Medium - это расширение Chrome, разработанное jlei523, и его основная функция - "Unsticky the header and footer on sites that use the Medium.com platform".
Снимки экрана расширения
Скачать файл CRX расширения Unsticky Medium
Скачайте файлы расширений Unsticky Medium в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
Официальный URL | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
Описание | Unsticky the header and footer on sites that use the Medium.com platform |
Размер файла | 4.8 KB |
Количество установок | 36 |
Текущая Версия | 1.1 |
Последнее Обновление | 2017-10-22 |
Дата публикации | 2017-10-22 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | jlei523 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/jlei523/unsticky-medium |
Поддерживаемые языки | 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 } |