Tab reloader
Updating tabs by time.
O que é Tab reloader?
Tab reloader é uma extensão do Chrome desenvolvida por https://maksam07.com, e sua principal característica é "Updating tabs by time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab reloader
Baixe arquivos de extensão Tab 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
Updating tabs by time You can configure updates for each separately In the pop-up window, you will switch between tabs and the set time for each of them Convenient control and ease of use!
Informações Básicas da Extensão
Nome | Tab reloader |
ID | ogmnlijjlpgemofpegfdlnaembcgnnhj |
URL Oficial | https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj |
Descrição | Updating tabs by time. |
Tamanho do Arquivo | 99.79 KB |
Contagem de Instalações | 190 |
Versão Atual | 1.0.1.0 |
Última Atualização | 2021-05-03 |
Data de Publicação | 2020-12-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://maksam07.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "static\/img\/icon\/icon19.png", "38": "static\/img\/icon\/icon38.png" }, "default_popup": "popup.html", "default_title": "__MSG_appDesc__" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/maksam07.com\/", "icons": { "128": "static\/img\/icon\/icon128.png", "16": "static\/img\/icon\/icon16.png", "48": "static\/img\/icon\/icon48.png" }, "manifest_version": 2, "name": "Tab reloader", "permissions": [ "tabs", "contextMenus", "storage" ], "short_name": "Tab reloader", "version": "1.0.1.0" } |