Chrome Devtools Refresh Button

Adds a simple refresh button (tab) to the Devtools window.

Qu'est-ce que Chrome Devtools Refresh Button ?

Chrome Devtools Refresh Button est une extension Chrome développée par kynetiv, et sa fonction principale est "Adds a simple refresh button (tab) to the Devtools window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Devtools Refresh Button

Téléchargez les fichiers d'extension Chrome Devtools Refresh Button 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

                        Why? Sometimes you just want a refresh button in your devtools window instead of moving your hand from chin to keyboard for a `cmd + R`. Or maybe you're so deep into devtools with _many_ windows open and you simply can't quickly navigate to the current inspected window.                    

Informations de Base sur l'Extension

Nom Chrome Devtools Refresh Button Chrome Devtools Refresh Button
ID gkecfhjbpefgainnffmholmcpfaabiib
URL Officiel https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib
Description Adds a simple refresh button (tab) to the Devtools window.
Taille du Fichier 9.1 KB
Nombre d'Installations 726
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-06-27
Date de Publication 2018-06-26
Évaluation 4.00/5 Total 3 Évaluations
Développeur kynetiv
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn
URL de la Page d'Aide https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Devtools Refresh Button",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "kynetiv",
    "description": "Adds a simple refresh button (tab) to the Devtools window.",
    "devtools_page": "devtoolsRefresh.html",
    "icons": {
        "16": "refresh16.png",
        "32": "refresh32.png",
        "128": "refresh128.png"
    }
}