ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
O que é ReLoader?
ReLoader é uma extensão do Chrome desenvolvida por Alister Zhao, e sua principal característica é "Easy reload the current tab without any cached data. Works with iFrame too.".
Baixar o arquivo CRX da Extensão ReLoader
Baixe arquivos de extensão ReLoader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Easily reload the current tab content without any cache data. Works with iFrame too.
Informações Básicas da Extensão
Nome | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
URL Oficial | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Descrição | Easy reload the current tab without any cached data. Works with iFrame too. |
Tamanho do Arquivo | 8.67 KB |
Contagem de Instalações | 50 |
Versão Atual | 1.0 |
Última Atualização | 2015-01-09 |
Data de Publicação | 2015-01-09 |
Desenvolvedor | Alister Zhao |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |