Reload All Tabs

Reload all tabas

Wat is Reload All Tabs?

Reload All Tabs is een Chrome-extensie ontwikkeld door https://studiobinghuan.blogspot.com, en de belangrijkste functie is "Reload all tabas".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reload All Tabs

Download Reload All Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Reload All Tabs Reload All Tabs
ID kckchgndelncbndagologlincadijebb
Officiële URL https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb
Beschrijving Reload all tabas
Bestandsgrootte 1.1 MB
Aantal Installaties 98
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-12-02
Publicatiedatum 2014-12-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://studiobinghuan.blogspot.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://studiobinghuan.blogspot.tw/?view=flipcard
Ondersteunde Talen 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"
    }
}