Chrome Devtools Refresh Button

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

Co to jest Chrome Devtools Refresh Button?

Chrome Devtools Refresh Button to rozszerzenie Chrome opracowane przez kynetiv, a jego główną funkcją jest „Adds a simple refresh button (tab) to the Devtools window.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Devtools Refresh Button

Pobierz pliki rozszerzeń Chrome Devtools Refresh Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Devtools Refresh Button Chrome Devtools Refresh Button
ID gkecfhjbpefgainnffmholmcpfaabiib
Oficjalny URL https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib
Opis Adds a simple refresh button (tab) to the Devtools window.
Rozmiar pliku 9.1 KB
Liczba instalacji 726
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2018-06-27
Data Publikacji 2018-06-26
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper kynetiv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn
Adres URL Strony Pomocy https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues
Obsługiwane Języki 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"
    }
}