Chrome Devtools Refresh Button

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

Co je Chrome Devtools Refresh Button?

Chrome Devtools Refresh Button je rozšíření Chrome vyvinuté kynetiv, a jeho hlavní funkcí je „Adds a simple refresh button (tab) to the Devtools window.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chrome Devtools Refresh Button

Stáhněte si soubory rozšíření Chrome Devtools Refresh Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Chrome Devtools Refresh Button Chrome Devtools Refresh Button
ID gkecfhjbpefgainnffmholmcpfaabiib
Oficiální URL https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib
Popis Adds a simple refresh button (tab) to the Devtools window.
Velikost souboru 9.1 KB
Počet instalací 726
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-06-27
Datum Vydání 2018-06-26
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář kynetiv
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn
URL Stránky Nápovědy https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues
Podporované Jazyky 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"
    }
}