DNS Flusher
flush dns cache with single click
DNS Flusherคืออะไร?
DNS Flusher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ylzcylx และคุณลักษณะหลักของมันคือ "flush dns cache with single click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DNS Flusher
ดาวน์โหลดไฟล์ส่วนขยาย DNS Flusher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
_ _ _ | \ | | | | | \| | ___ | |_ ___ | . ` |/ _ \| __/ _ \ | |\ | (_) | || __/ |_| \_|\___/ \__\___| Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DNS Flusher |
ID | nbomnjapnclaocillijpceooehonajnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
คำอธิบาย | flush dns cache with single click |
ขนาดไฟล์ | 18.67 KB |
จำนวนการติดตั้ง | 4,728 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-09-19 |
วันที่เผยแพร่ | 2017-09-19 |
คะแนน | 4.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | ylzcylx |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jdf2e/dns_flusher |
URL หน้าช่วยเหลือ | https://github.com/jdf2e/dns_flusher/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS Flusher", "description": "flush dns cache with single click", "version": "0.1", "author": "loveky", "icons": { "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon64.png" }, "permissions": [ "tabs", "chrome:\/\/net-internals\/#dns" ], "homepage_url": "https:\/\/github.com\/loveky\/dns_flusher" } |