Chrome Devtools Refresh Button
Adds a simple refresh button (tab) to the Devtools window.
Wat is Chrome Devtools Refresh Button?
Chrome Devtools Refresh Button is een Chrome-extensie ontwikkeld door kynetiv, en de belangrijkste functie is "Adds a simple refresh button (tab) to the Devtools window.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Devtools Refresh Button
Download Chrome Devtools Refresh Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gkecfhjbpefgainnffmholmcpfaabiib |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib |
| Beschrijving | Adds a simple refresh button (tab) to the Devtools window. |
| Bestandsgrootte | 9.1 KB |
| Aantal Installaties | 726 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2018-06-27 |
| Publicatiedatum | 2018-06-26 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | kynetiv |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn |
| Help Pagina-URL | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues |
| Ondersteunde Talen | 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"
}
} | |