Chrome Devtools Refresh Button

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

What is Chrome Devtools Refresh Button?

Chrome Devtools Refresh Button is a Chrome extension developed by kynetiv, and its main feature is "Adds a simple refresh button (tab) to the Devtools window.".

Extension Screenshots

screenshot

Download Chrome Devtools Refresh Button Extension CRX File

Download Chrome Devtools Refresh Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chrome Devtools Refresh Button Chrome Devtools Refresh Button
ID gkecfhjbpefgainnffmholmcpfaabiib
Official URL https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib
Description Adds a simple refresh button (tab) to the Devtools window.
File Size 9.1 KB
Installation Count 726
Current Version 1.0.2
Last Updated 2018-06-27
Publish Date 2018-06-26
Rating 4.00/5 Total 3 Ratings
Developer kynetiv
Email [email protected]
Payment Type free
Extension Website https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn
Help Page URL https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues
Supported Languages 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"
    }
}