Reload Tabs
Reload all Chrome tabs, including the ones that are frozen by Great Suspender
Reload Tabsとは何ですか?
Reload Tabsはhttps://ephrain.pixnet.netによって開発されたChromeの拡張機能で、その主な機能は「Reload all Chrome tabs, including the ones that are frozen by Great Suspender」です。
拡張機能のスクリーンショット
Reload Tabs拡張機能のCRXファイルをダウンロード
Reload Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Reload all Chrome tabs at once.
This extension can also resume the tabs that are frozen by Great Suspender (https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg), which is a great chrome extension to help freeze inactive chrome tabs to release system resources.                     拡張機能の基本情報
| 名前 |   |  
| ID | inhimoldpmckkeohhdkccpnpbpdfaple | 
| 公式URL | https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple | 
| 説明 | Reload all Chrome tabs, including the ones that are frozen by Great Suspender | 
| ファイルサイズ | 14.43 KB | 
| インストール数 | 793 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2014-09-24 | 
| 公開日 | 2014-09-24 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | https://ephrain.pixnet.net | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| プライバシーポリシーページのURL | https://ephrain.net/%E5%9C%96%E6%9B%B8%E9%A4%A8%E5%A4%9A%E9%87%8D%E5%B8%B3%E6%88%B6%E7%99%BB%E5%85%A5 | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Tabs",
    "description": "Reload all Chrome tabs, including the ones that are frozen by Great Suspender",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}  |  |