Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

Refresh 'Em Allとは何ですか?

Refresh 'Em AllはCianticによって開発されたChromeの拡張機能で、その主な機能は「Refresh all tabs in Current Window. Whopping seven lines of code — no crap.」です。

拡張機能のスクリーンショット

screenshot

Refresh 'Em All拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Refresh or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

拡張機能の基本情報

名前 Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
公式URL https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
説明 Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
ファイルサイズ 21.65 KB
インストール数 610
現在のバージョン 0.9.2
最終更新日 2014-11-02
公開日 2014-11-02
評価 4.73/5 合計 15 レビュー
開発者 Ciantic
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}