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
公式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
}