Auto refresh
Automatically refresh the specified page, or only refresh the inactive TAB page.
O que é Auto refresh?
Auto refresh é uma extensão do Chrome desenvolvida por idof, e sua principal característica é "Automatically refresh the specified page, or only refresh the inactive TAB page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto refresh
Baixe arquivos de extensão Auto refresh 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
Automatically refresh the specified page, or only refresh the inactive TAB page.
Informações Básicas da Extensão
Nome | |
ID | mljjfcmhgefdfgeomcaocgijloggnnjk |
URL Oficial | https://chrome.google.com/webstore/detail/auto-refresh/mljjfcmhgefdfgeomcaocgijloggnnjk |
Descrição | Automatically refresh the specified page, or only refresh the inactive TAB page. |
Tamanho do Arquivo | 74.91 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.0 |
Última Atualização | 2014-11-15 |
Data de Publicação | 2014-11-15 |
Classificação | 4.27/5 Total de 15 Avaliações |
Desenvolvedor | idof |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "page": "background.html", "script": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/on128.png", "64": "img\/on64.png" }, "manifest_version": 2, "name": "__MSG_extName__", "page_action": { "default_icon": "img\/off.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "browsingData", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |