Load URLs At Interval
'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Что такое Load URLs At Interval?
Load URLs At Interval - это расширение Chrome, разработанное Gunjan Garge, и его основная функция - "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".
Снимки экрана расширения
Скачать файл CRX расширения Load URLs At Interval
Скачайте файлы расширений Load URLs At Interval в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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".
Основная информация о расширении
Название | Load URLs At Interval |
ID | kjmjbefknmdpnikmlmcimdpnhlopbjac |
Официальный URL | https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac |
Описание | 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval |
Размер файла | 147 KB |
Количество установок | 1,737 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-12-16 |
Дата публикации | 2019-12-16 |
Рейтинг | 4.88/5 Всего 8 оценок |
Разработчик | Gunjan Garge |
Тип оплаты | free |
Поддерживаемые языки | 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" } |