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 |
| 公式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 |
| Eメール | [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"
}
} | |