Reload All Tabs

This extension reloads all tabs with one click

Qu'est-ce que Reload All Tabs ?

Reload All Tabs est une extension Chrome développée par CREOTIVE, et sa fonction principale est "This extension reloads all tabs with one click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Reload All Tabs

Téléchargez les fichiers d'extension Reload All Tabs 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

                        This extension reloads all tabs with one click. This feature does not have Google Chrome  unlike Firefox, so this extension is special for those firefox users who use Chrome for any purpose :D                    

Informations de Base sur l'Extension

Nom Reload All Tabs Reload All Tabs
ID bnefkbkgplakejnfhhhdfmacfbhbmnbd
URL Officiel https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd
Description This extension reloads all tabs with one click
Taille du Fichier 9.29 KB
Nombre d'Installations 522
Version Actuelle 1.0
Dernière Mise à Jour 2014-09-05
Date de Publication 2014-09-05
Évaluation 3.00/5 Total 4 Évaluations
Développeur CREOTIVE
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload All Tabs",
    "description": "This extension reloads all tabs with one click",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}