CJs Auto Refresh
Auto refresh the page for CJ because CJ is awesome!
O que é CJs Auto Refresh?
CJs Auto Refresh é uma extensão do Chrome desenvolvida por nextstate, e sua principal característica é "Auto refresh the page for CJ because CJ is awesome!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CJs Auto Refresh
Baixe arquivos de extensão CJs 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
Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu. When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.
Informações Básicas da Extensão
Nome | CJs Auto Refresh |
ID | gfgbegjbililmnkakfmpdhndnccpjnlf |
URL Oficial | https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf |
Descrição | Auto refresh the page for CJ because CJ is awesome! |
Tamanho do Arquivo | 12.74 KB |
Contagem de Instalações | 118 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-03-24 |
Data de Publicação | 2019-03-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | nextstate |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CJs Auto Refresh", "short_name": "CJs Refresh", "version": "1.0.1", "manifest_version": 2, "description": "Auto refresh the page for CJ because CJ is awesome!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon128.png" } } |