Cache Bomb
Cache-busts the current page.
Cache Bombとは何ですか?
Cache BombはNicholas Scheurichによって開発されたChromeの拡張機能で、その主な機能は「Cache-busts the current page.」です。
Cache Bomb拡張機能のCRXファイルをダウンロード
Cache Bomb拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Appends the current datetime to URL as a valueless request parameter. Currently overwrites existing URL params.
Request features and report bugs at https://github.com/ngscheurich/cache_bomb.
Logo icons are from the excellent Nucleo set (https://nucleoapp.com/).                     拡張機能の基本情報
| 名前 |   |  
| ID | balfpnjonknhioomnkiebocaalohjkpk | 
| 公式URL | https://chromewebstore.google.com/detail/cache-bomb/balfpnjonknhioomnkiebocaalohjkpk | 
| 説明 | Cache-busts the current page. | 
| ファイルサイズ | 9.42 KB | 
| インストール数 | 35 | 
| 現在のバージョン | 1.1 | 
| 最終更新日 | 2016-07-19 | 
| 公開日 | 2016-07-19 | 
| 開発者 | Nicholas Scheurich | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/ngscheurich/cache_bomb | 
| ヘルプページのURL | https://github.com/ngscheurich/cache_bomb/issues | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Bomb",
    "version": "1.1",
    "description": "Cache-busts the current page.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Cache-bust the current page."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}  |  |