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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Flush DNS & close sockets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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                    

확장 프로그램 기본 정보

이름 Flush DNS & close sockets Flush DNS & close sockets
ID mlmlfmdmhdplgecgmiihhfjodokajeel
공식 URL 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
}