Chrome Devtools Refresh Button
Adds a simple refresh button (tab) to the Devtools window.
Vad är Chrome Devtools Refresh Button?
Chrome Devtools Refresh Button är en Chrome-tillägg utvecklad av kynetiv, och dess huvudfunktion är "Adds a simple refresh button (tab) to the Devtools window.".
Tilläggsskärmbilder
Ladda ner Chrome Devtools Refresh Button-förlängningens CRX-fil
Ladda ner Chrome Devtools Refresh Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gkecfhjbpefgainnffmholmcpfaabiib |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib |
Beskrivning | Adds a simple refresh button (tab) to the Devtools window. |
Filstorlek | 9.1 KB |
Antal Installationer | 726 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2018-06-27 |
Publiceringsdatum | 2018-06-26 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | kynetiv |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn |
Hjälpsida URL | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues |
Stödda Språk | 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" } } |