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 | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    }
}  |  |