ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
ReLoaderとは何ですか?
ReLoaderはAlister Zhaoによって開発されたChromeの拡張機能で、その主な機能は「Easy reload the current tab without any cached data. Works with iFrame too.」です。
ReLoader拡張機能のCRXファイルをダウンロード
ReLoader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily reload the current tab content without any cache data. Works with iFrame too.
拡張機能の基本情報
名前 | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
公式URL | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
説明 | Easy reload the current tab without any cached data. Works with iFrame too. |
ファイルサイズ | 8.67 KB |
インストール数 | 50 |
現在のバージョン | 1.0 |
最終更新日 | 2015-01-09 |
公開日 | 2015-01-09 |
開発者 | Alister Zhao |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |