Anchor Floating Bars
Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.
Что такое Anchor Floating Bars?
Anchor Floating Bars - это расширение Chrome, разработанное Paul Cohn, и его основная функция - "Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.".
Снимки экрана расширения
Скачать файл CRX расширения Anchor Floating Bars
Скачайте файлы расширений Anchor Floating Bars в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Anchor Floating Bars |
ID | coagnnooeahbjjljejfkfnnpnoejdpjp |
Официальный URL | https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp |
Описание | Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages. |
Размер файла | 1.61 MB |
Количество установок | 23 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2015-07-02 |
Дата публикации | 2015-07-02 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Paul Cohn |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anchor Floating Bars", "description": "Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.", "version": "1.0.2", "permissions": [ "activeTab", "contextMenus", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "img\/anchor16.png", "19": "img\/anchor19.png", "48": "img\/anchor48.png", "128": "img\/anchor128.png" }, "background": { "scripts": [ "js\/rightclick.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/page.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |