ZapFixed

Zap fixed menus

¿Qué es ZapFixed?

ZapFixed es una extensión de Chrome desarrollada por Tim333, y su función principal es "Zap fixed menus".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ZapFixed

Descarga archivos de extensión ZapFixed 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

                        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.                    

Información Básica de la Extensión

Nombre ZapFixed ZapFixed
ID jgiflpbkoefoepgmeifoglafkomgjbge
URL Oficial https://chromewebstore.google.com/detail/zapfixed/jgiflpbkoefoepgmeifoglafkomgjbge
Descripción Zap fixed menus
Tamaño del Archivo 40.8 KB
Cantidad de Instalaciones 100
Versión Actual 0.0.7
Última Actualización 2017-08-31
Fecha de Publicación 2017-08-31
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Tim333
Tipo de Pago free
Idiomas Soportados 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
}