Clear Cache
A true one-click cache clearing button for web developers. That's it.
Clear Cacheとは何ですか?
Clear CacheはNick Swiderによって開発されたChromeの拡張機能で、その主な機能は「A true one-click cache clearing button for web developers. That's it.」です。
拡張機能のスクリーンショット
Clear Cache拡張機能のCRXファイルをダウンロード
Clear Cache拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Requires Chrome >= 19 拡張機能の基本情報
| 名前 | |
| ID | fkpampcchocandlbgdffjaihmccjmlgk |
| 公式URL | https://chromewebstore.google.com/detail/clear-cache/fkpampcchocandlbgdffjaihmccjmlgk |
| 説明 | A true one-click cache clearing button for web developers. That's it. |
| ファイルサイズ | 268 KB |
| インストール数 | 23,538 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2013-04-10 |
| 公開日 | 2013-04-09 |
| 評価 | 4.33/5 合計 33 レビュー |
| 開発者 | Nick Swider |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon-32.png",
"default_popup": "popup.html",
"default_title": "Clear Cache"
},
"web_accessible_resources": [
"scripts.js"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A true one-click cache clearing button for web developers. That's it.",
"name": "Clear Cache",
"permissions": [
"browsingData"
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png",
"16": "icon-16.png"
},
"manifest_version": 2,
"version": "1.1"
} | |