NGINX Purge Cache
Purge NGINX cache on current tab
NGINX Purge Cacheとは何ですか?
NGINX Purge CacheはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Purge NGINX cache on current tab」です。
拡張機能のスクリーンショット
NGINX Purge Cache拡張機能のCRXファイルをダウンロード
NGINX Purge Cache拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Purge NGINX cache on current tab with just a click.
This works by making a request to the current URL appended with /purge (urlParser.hostname + '/purge' + urlParser.pathname).
Source code: https://github.com/vitorbortolotti/nginx-purge-cache 拡張機能の基本情報
| 名前 | |
| ID | jefnbnhaigddkfgaecjfggonplohniep |
| 公式URL | https://chromewebstore.google.com/detail/nginx-purge-cache/jefnbnhaigddkfgaecjfggonplohniep |
| 説明 | Purge NGINX cache on current tab |
| ファイルサイズ | 7.41 KB |
| インストール数 | 140 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2018-11-24 |
| 公開日 | 2018-11-24 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NGINX Purge Cache",
"version": "1.0.0",
"description": "Purge NGINX cache on current tab",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |