Reload All Tabs

Reload all tabas

Reload All Tabsとは何ですか?

Reload All Tabsはhttps://studiobinghuan.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Reload all tabas」です。

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

screenshot

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

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

拡張機能の使用方法

                        This browser extension provide a function to let user refresh all tabs, 
for example: 
    There is a website, and you want to preview the content before downloading.
    So, you open items by tabs, and preview it first. 
    Next, you want to download it, but there is a notification said: you should login first.
    After login this website, you always need to reload all page to get permission to download.
    Now, you can just use this browser extension to reload all tabs with login status. 

My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard
or http://bhtalk.blogspot.tw/                    

拡張機能の基本情報

名前 Reload All Tabs Reload All Tabs
ID kckchgndelncbndagologlincadijebb
公式URL https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb
説明 Reload all tabas
ファイルサイズ 1.1 MB
インストール数 98
現在のバージョン 1.0.0
最終更新日 2014-12-02
公開日 2014-12-02
評価 5.00/5 合計 1 レビュー
開発者 https://studiobinghuan.blogspot.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://studiobinghuan.blogspot.tw/?view=flipcard
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload All Tabs",
    "description": "Reload all tabas",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "data\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        }
    },
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    }
}