Facebook Menu bar fix position
This extension will force the menu bar to position fix at the top.
Что такое Facebook Menu bar fix position?
Facebook Menu bar fix position - это расширение Chrome, разработанное devkitz, и его основная функция - "This extension will force the menu bar to position fix at the top.".
Скачать файл CRX расширения Facebook Menu bar fix position
Скачайте файлы расширений Facebook Menu bar fix position в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | lbgidkjfiecnjfpccdjbciifcibgbala |
Официальный URL | https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala |
Описание | This extension will force the menu bar to position fix at the top. |
Размер файла | 4.92 KB |
Количество установок | 30 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-07-25 |
Дата публикации | 2014-07-25 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | devkitz |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Facebook Menu bar fix position", "description": "This extension will force the menu bar to position fix at the top.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "mystyle.css" ] } ], "browser_action": { "default_icon": "icon.png" } } |