ZapFixed

Zap fixed menus

ZapFixed क्या है?

ZapFixed Tim333 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zap fixed menus"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ZapFixed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ZapFixed ZapFixed
ID jgiflpbkoefoepgmeifoglafkomgjbge
आधिकारिक URL https://chromewebstore.google.com/detail/zapfixed/jgiflpbkoefoepgmeifoglafkomgjbge
विवरण Zap fixed menus
फ़ाइल का आकार 40.8 KB
स्थापना संख्या 100
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2017-08-31
प्रकाशन तिथि 2017-08-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Tim333
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}