Flush DNS & close sockets
Flush DNS resolver cache and close all opened sockets. Requires Chrome to be started with the --enable-net-benchmarking flag.
什麼是Flush DNS & close sockets?
Flush DNS & close sockets是由Tonda Crha開發的Chrome擴展程式,該擴展的主要功能是“Flush DNS resolver cache and close all opened sockets. Requires Chrome to be started with the --enable-net-benchmarking flag.”。
擴展截圖
下載Flush DNS & close sockets擴展crx文件
下載Flush DNS & close sockets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"Flush DNS & close sockets" allows you to quickly flush Chrome DNS resolver cache and close all opened sockets by either pressing the extension icon or using a shortcut "Ctrl+Shift+F".
Chrome needes to be started with "--enable-net-benchmarking" flag.
https://www.chromium.org/developers/how-tos/run-chromium-with-flags 擴展基本資訊
| 名稱 | |
| ID | mlmlfmdmhdplgecgmiihhfjodokajeel |
| 官方網址 | https://chromewebstore.google.com/detail/flush-dns-close-sockets/mlmlfmdmhdplgecgmiihhfjodokajeel |
| 簡介 | Flush DNS resolver cache and close all opened sockets. Requires Chrome to be started with the --enable-net-benchmarking flag. |
| 檔案大小 | 20.54 KB |
| 安裝次數 | 1,348 |
| 目前版本 | 1.3 |
| 更新時間 | 2016-09-25 |
| 上架時間 | 2016-09-25 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Tonda Crha |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Flush DNS & close sockets",
"short_name": "Flush DNS & close sockets",
"description": "Flush DNS resolver cache and close all opened sockets. Requires Chrome to be started with the --enable-net-benchmarking flag.",
"version": "1.3",
"author": "Tonda Crha https:\/\/www.linkedin.com\/in\/antonin-crha-34522a13",
"browser_action": {
"default_icon": "resources\/twocircles128.png",
"default_popup": "dialog.html",
"default_title": "Flush DNS resolver cache and close open sockets (Ctrl+Shift+F)"
},
"icons": {
"16": "resources\/twocircles16.png",
"32": "resources\/twocircles32.png",
"48": "resources\/twocircles48.png",
"128": "resources\/twocircles128.png"
},
"permissions": [],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+F",
"mac": "Command+Shift+F",
"linux": "Ctrl+Shift+F",
"chromeos": "Ctrl+Shift+F"
}
}
},
"minimum_chrome_version": "28",
"offline_enabled": true
} | |