Load URLs At Interval

'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval

O que é Load URLs At Interval?

Load URLs At Interval é uma extensão do Chrome desenvolvida por Gunjan Garge, e sua principal característica é "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Load URLs At Interval

Baixe arquivos de extensão Load URLs At Interval 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 load URLs from a list in same tab at a given interval.

Steps:
1. Provide list of comma separated URLs in text box.
2. Provide interval in seconds.
3. Click on "START"

URLs in the list will be loaded in the tab one by one after "interval" seconds.

To stop, click on "STOP".                    

Informações Básicas da Extensão

Nome Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
URL Oficial https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Descrição 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Tamanho do Arquivo 147 KB
Contagem de Instalações 1,737
Versão Atual 1.0.0
Última Atualização 2019-12-16
Data de Publicação 2019-12-16
Classificação 4.88/5 Total de 8 Avaliações
Desenvolvedor Gunjan Garge
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Load URLs At Interval"
    },
    "description": "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Load URLs At Interval",
    "version": "1.0.0"
}