Tabs Reloader

Reload tabs in current window

Tabs Reloaderとは何ですか?

Tabs Reloaderはhttp://imcotton.comによって開発されたChromeの拡張機能で、その主な機能は「Reload tabs in current window」です。

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

screenshot

Tabs Reloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        * single-click to reload pinned tabs
* double-click to reload normal tabs

And there is NO need of your data on ANY websites.

Source code available at: http://git.io/jB-PaQ                    

拡張機能の基本情報

名前 Tabs Reloader Tabs Reloader
ID ofphdlddmcpeggijkmijojknacfnleij
公式URL https://chrome.google.com/webstore/detail/tabs-reloader/ofphdlddmcpeggijkmijojknacfnleij
説明 Reload tabs in current window
ファイルサイズ 9.76 KB
インストール数 363
現在のバージョン 1.3.4
最終更新日 2015-02-02
公開日 2015-02-02
評価 4.14/5 合計 14 レビュー
開発者 http://imcotton.com
支払い方法 free
拡張機能のウェブサイト https://github.com/imcotton/tabs-reloader
ヘルプページのURL https://github.com/imcotton/tabs-reloader/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Reloader",
    "description": "Reload tabs in current window",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_24.png",
        "default_title": "Reload tabs in this window"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "version": "1.3.4"
}