Reload Tabs

Reload all Chrome tabs, including the ones that are frozen by Great Suspender

Cos'è Reload Tabs?

Reload Tabs è un'estensione di Chrome sviluppata da https://ephrain.pixnet.net, e la sua funzione principale è "Reload all Chrome tabs, including the ones that are frozen by Great Suspender".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reload Tabs

Scarica i file di estensione Reload 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Reload Tabs Reload Tabs
ID inhimoldpmckkeohhdkccpnpbpdfaple
URL Ufficiale https://chromewebstore.google.com/detail/reload-tabs/inhimoldpmckkeohhdkccpnpbpdfaple
Descrizione Reload all Chrome tabs, including the ones that are frozen by Great Suspender
Dimensione del File 14.43 KB
Conteggio Installazioni 793
Versione Corrente 1.0
Ultimo Aggiornamento 2014-09-24
Data di Pubblicazione 2014-09-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://ephrain.pixnet.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy 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
Lingue Supportate 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"
    }
}