Chrome Devtools Refresh Button

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

什么是Chrome Devtools Refresh Button?

Chrome Devtools Refresh Button是由kynetiv开发的Chrome扩展程序,该扩展的主要功能是“Adds a simple refresh button (tab) to the Devtools window.”。

扩展截图

screenshot

下载Chrome Devtools Refresh Button扩展crx文件

下载Chrome Devtools Refresh Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chrome Devtools Refresh Button Chrome Devtools Refresh Button
ID gkecfhjbpefgainnffmholmcpfaabiib
官方URL https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib
简介 Adds a simple refresh button (tab) to the Devtools window.
文件大小 9.1 KB
安装次数 726
当前版本 1.0.2
更新时间 2018-06-27
上架时间 2018-06-26
评分 4.00/5 共3次评分
开发者 kynetiv
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn
帮助页面URL https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues
支持的语言 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"
    }
}