Refresh all windows

This will refresh all tabs in all windows.

Refresh all windowsとは何ですか?

Refresh all windowsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This will refresh all tabs in all windows.」です。

Refresh all windows拡張機能のCRXファイルをダウンロード

Refresh all windows拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Refresh all tabs in all windows at once.                    

拡張機能の基本情報

名前 Refresh all windows Refresh all windows
ID jbmkeloifnkohclofiomelojjgpdjjcp
公式URL https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp
説明 This will refresh all tabs in all windows.
ファイルサイズ 7.98 KB
インストール数 1,107
現在のバージョン 1.0
最終更新日 2017-06-21
公開日 2017-06-20
評価 4.50/5 合計 6 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refresh all windows",
    "description": "This will refresh all tabs in all windows.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Refresh all tabs in all windows!"
    },
    "permissions": [
        "tabs",
        "windows"
    ]
}