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 là gì?

Flush DNS & close sockets là một tiện ích mở rộng Chrome được phát triển bởi Tonda Crha, và tính năng chính của nó là "Flush DNS resolver cache and close all opened sockets. Requires Chrome to be started with the --enable-net-benchmarking flag.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flush DNS & close sockets

Tải xuống các tệp mở rộng Flush DNS & close sockets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flush DNS & close sockets Flush DNS & close sockets
ID mlmlfmdmhdplgecgmiihhfjodokajeel
URL Chính Thức https://chromewebstore.google.com/detail/flush-dns-close-sockets/mlmlfmdmhdplgecgmiihhfjodokajeel
Mô tả Flush DNS resolver cache and close all opened sockets. Requires Chrome to be started with the --enable-net-benchmarking flag.
Kích Thước Tệp 20.54 KB
Số Lần Cài Đặt 1,348
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-09-25
Ngày Phát Hành 2016-09-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Tonda Crha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}