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