ZapFixed

Zap fixed menus

什麼是ZapFixed?

ZapFixed是由Tim333開發的Chrome擴展程式,該擴展的主要功能是“Zap fixed menus”。

擴展截圖

screenshot

下載ZapFixed擴展crx文件

下載ZapFixed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}