Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

Wat is Refresh 'Em All?

Refresh 'Em All is een Chrome-extensie ontwikkeld door Ciantic, en de belangrijkste functie is "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Refresh 'Em All

Download Refresh 'Em All-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

                        Refresh or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

Basisinformatie over de Extensie

Naam Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
Officiële URL https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
Beschrijving Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
Bestandsgrootte 21.65 KB
Aantal Installaties 610
Huidige Versie 0.9.2
Laatst Bijgewerkt 2014-11-02
Publicatiedatum 2014-11-02
Beoordeling 4.73/5 Totaal 15 Beoordelingen
Ontwikkelaar Ciantic
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}