Chrome Devtools Refresh Button

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

Chrome Devtools Refresh Buttonคืออะไร?

Chrome Devtools Refresh Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kynetiv และคุณลักษณะหลักของมันคือ "Adds a simple refresh button (tab) to the Devtools window."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Devtools Refresh Button

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}