Refresh 'Em All

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

Qu'est-ce que Refresh 'Em All ?

Refresh 'Em All est une extension Chrome développée par Ciantic, et sa fonction principale est "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Refresh 'Em All

Téléchargez les fichiers d'extension Refresh 'Em All au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Refresh or reload all tabs in current window.

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

Informations de Base sur l'Extension

Nom Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
URL Officiel https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
Description Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
Taille du Fichier 21.65 KB
Nombre d'Installations 610
Version Actuelle 0.9.2
Dernière Mise à Jour 2014-11-02
Date de Publication 2014-11-02
Évaluation 4.73/5 Total 15 Évaluations
Développeur Ciantic
Type de Paiement free
Langues Prises en Charge 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"
    }
}