Chrome Devtools Refresh Button

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

Was ist Chrome Devtools Refresh Button?

Chrome Devtools Refresh Button ist eine Chrome-Erweiterung, die von kynetiv entwickelt wurde, und ihr Hauptmerkmal ist "Adds a simple refresh button (tab) to the Devtools window.".

Erweiterungsscreenshots

screenshot

Chrome Devtools Refresh Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Devtools Refresh Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chrome Devtools Refresh Button Chrome Devtools Refresh Button
ID gkecfhjbpefgainnffmholmcpfaabiib
Offizielle URL https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib
Beschreibung Adds a simple refresh button (tab) to the Devtools window.
Dateigröße 9.1 KB
Installationsanzahl 726
Aktuelle Version 1.0.2
Letztes Update 2018-06-27
Veröffentlichungsdatum 2018-06-26
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler kynetiv
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn
Hilfeseite URL https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues
Unterstützte Sprachen 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"
    }
}