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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flush DNS resolver cache and close all opened sockets. Requires Chrome to be started with the --enable-net-benchmarking flag."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flush DNS & close sockets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |