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
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } |