Refresh all windows

This will refresh all tabs in all windows.

Qu'est-ce que Refresh all windows ?

Refresh all windows est une extension Chrome développée par Unknown, et sa fonction principale est "This will refresh all tabs in all windows.".

Télécharger le fichier CRX de l'extension Refresh all windows

Téléchargez les fichiers d'extension Refresh all windows 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 all tabs in all windows at once.                    

Informations de Base sur l'Extension

Nom Refresh all windows Refresh all windows
ID jbmkeloifnkohclofiomelojjgpdjjcp
URL Officiel https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp
Description This will refresh all tabs in all windows.
Taille du Fichier 7.98 KB
Nombre d'Installations 1,107
Version Actuelle 1.0
Dernière Mise à Jour 2017-06-21
Date de Publication 2017-06-20
Évaluation 4.50/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refresh all windows",
    "description": "This will refresh all tabs in all windows.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Refresh all tabs in all windows!"
    },
    "permissions": [
        "tabs",
        "windows"
    ]
}