ZapFixed
Zap fixed menus
Что такое ZapFixed?
ZapFixed - это расширение Chrome, разработанное Tim333, и его основная функция - "Zap fixed menus".
Снимки экрана расширения
Скачать файл CRX расширения ZapFixed
Скачайте файлы расширений ZapFixed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Zap fixed menus and similar. Make them disappear. Annoyed by fixed menus and similar cluttering your page when you are trying to read? You scroll but they stay? Just click ZapFix to hide most of the fixed stuff, click again to get it back. The app just uses jQuery to toggle fixed elements to hidden. Sometimes it'll toggle one annoying thing on when the other goes off If so try refreshing and zapping them both at once.
Основная информация о расширении
Название | ZapFixed |
ID | jgiflpbkoefoepgmeifoglafkomgjbge |
Официальный URL | https://chromewebstore.google.com/detail/zapfixed/jgiflpbkoefoepgmeifoglafkomgjbge |
Описание | Zap fixed menus |
Размер файла | 40.8 KB |
Количество установок | 100 |
Текущая Версия | 0.0.7 |
Последнее Обновление | 2017-08-31 |
Дата публикации | 2017-08-31 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Tim333 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZapFixed", "description": "Zap fixed menus", "version": "0.0.7", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "ZapFixed menus" }, "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2 } |