DNS Flusher
flush dns cache with single click
DNS Flusherとは何ですか?
DNS Flusherはylzcylxによって開発されたChromeの拡張機能で、その主な機能は「flush dns cache with single click」です。
拡張機能のスクリーンショット
DNS Flusher拡張機能のCRXファイルをダウンロード
DNS Flusher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
_ _ _ | \ | | | | | \| | ___ | |_ ___ | . ` |/ _ \| __/ _ \ | |\ | (_) | || __/ |_| \_|\___/ \__\___| Before you install, visit chrome://flags/#extensions-on-chrome-urls and make sure you have that feature enabled!!!
拡張機能の基本情報
名前 | DNS Flusher |
ID | nbomnjapnclaocillijpceooehonajnk |
公式URL | https://chromewebstore.google.com/detail/dns-flusher/nbomnjapnclaocillijpceooehonajnk |
説明 | flush dns cache with single click |
ファイルサイズ | 18.67 KB |
インストール数 | 4,728 |
現在のバージョン | 0.1 |
最終更新日 | 2017-09-19 |
公開日 | 2017-09-19 |
評価 | 4.00/5 合計 14 レビュー |
開発者 | ylzcylx |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jdf2e/dns_flusher |
ヘルプページのURL | https://github.com/jdf2e/dns_flusher/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS Flusher", "description": "flush dns cache with single click", "version": "0.1", "author": "loveky", "icons": { "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon64.png" }, "permissions": [ "tabs", "chrome:\/\/net-internals\/#dns" ], "homepage_url": "https:\/\/github.com\/loveky\/dns_flusher" } |