Chrome Devtools Refresh Button
Adds a simple refresh button (tab) to the Devtools window.
Cos'è Chrome Devtools Refresh Button?
Chrome Devtools Refresh Button è un'estensione di Chrome sviluppata da kynetiv, e la sua funzione principale è "Adds a simple refresh button (tab) to the Devtools window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Devtools Refresh Button
Scarica i file di estensione Chrome Devtools Refresh Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gkecfhjbpefgainnffmholmcpfaabiib |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib |
Descrizione | Adds a simple refresh button (tab) to the Devtools window. |
Dimensione del File | 9.1 KB |
Conteggio Installazioni | 726 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2018-06-27 |
Data di Pubblicazione | 2018-06-26 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | kynetiv |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn |
URL della Pagina di Aiuto | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues |
Lingue Supportate | 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" } } |