DNS Flusher
flush dns cache with single click
什麼是DNS Flusher?
DNS Flusher是由ylzcylx開發的Chrome擴展程式,該擴展的主要功能是“flush dns cache with single click”。
擴展截圖
下載DNS Flusher擴展crx文件
下載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 |
官方網址 | 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" } |