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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | gkecfhjbpefgainnffmholmcpfaabiib |
官方網址 | 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" } } |