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.
¿Qué es Anchor Floating Bars?
Anchor Floating Bars es una extensión de Chrome desarrollada por Paul Cohn, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Anchor Floating Bars
Descarga archivos de extensión Anchor Floating Bars en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | Anchor Floating Bars |
ID | coagnnooeahbjjljejfkfnnpnoejdpjp |
URL Oficial | https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp |
Descripción | 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. |
Tamaño del Archivo | 1.61 MB |
Cantidad de Instalaciones | 23 |
Versión Actual | 1.0.2 |
Última Actualización | 2015-07-02 |
Fecha de Publicación | 2015-07-02 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Paul Cohn |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |