Reload All Tabs

Reload all tabas

Cos'è Reload All Tabs?

Reload All Tabs è un'estensione di Chrome sviluppata da https://studiobinghuan.blogspot.com, e la sua funzione principale è "Reload all tabas".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reload All Tabs

Scarica i file di estensione Reload All Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Reload All Tabs Reload All Tabs
ID kckchgndelncbndagologlincadijebb
URL Ufficiale https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb
Descrizione Reload all tabas
Dimensione del File 1.1 MB
Conteggio Installazioni 98
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-12-02
Data di Pubblicazione 2014-12-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://studiobinghuan.blogspot.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://studiobinghuan.blogspot.tw/?view=flipcard
Lingue Supportate 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"
    }
}