ZapFixed

Zap fixed menus

Qu'est-ce que ZapFixed ?

ZapFixed est une extension Chrome développée par Tim333, et sa fonction principale est "Zap fixed menus".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ZapFixed

Téléchargez les fichiers d'extension ZapFixed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ZapFixed ZapFixed
ID jgiflpbkoefoepgmeifoglafkomgjbge
URL Officiel https://chromewebstore.google.com/detail/zapfixed/jgiflpbkoefoepgmeifoglafkomgjbge
Description Zap fixed menus
Taille du Fichier 40.8 KB
Nombre d'Installations 100
Version Actuelle 0.0.7
Dernière Mise à Jour 2017-08-31
Date de Publication 2017-08-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Tim333
Type de Paiement free
Langues Prises en Charge 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
}