Tab Reloader Extension
Use this extension to quickly re-open a list of urls in a the current window tabs
Что такое Tab Reloader Extension?
Tab Reloader Extension - это расширение Chrome, разработанное Octplane, и его основная функция - "Use this extension to quickly re-open a list of urls in a the current window tabs".
Снимки экрана расширения
Скачать файл CRX расширения Tab Reloader Extension
Скачайте файлы расширений Tab Reloader Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to quickly reload tabs with a list of pre-defined urls. Useful in a demo context. Please configure the extension by right-clicking on the icon before using it. Once configured, click on the dog icon, and all tabs will updated with the list of links. Chrome will also focus on the first tab. You can also ask the extension to close all extras tabs at once.
Основная информация о расширении
Название | Tab Reloader Extension |
ID | fikdoamihjhcfocaacnhlbaggjbaklkc |
Официальный URL | https://chromewebstore.google.com/detail/tab-reloader-extension/fikdoamihjhcfocaacnhlbaggjbaklkc |
Описание | Use this extension to quickly re-open a list of urls in a the current window tabs |
Размер файла | 314 KB |
Количество установок | 22 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2018-11-16 |
Дата публикации | 2018-11-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Octplane |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Reloader Extension", "version": "0.1.0", "manifest_version": 2, "description": "Use this extension to quickly re-open a list of urls in a the current window tabs", "homepage_url": "https:\/\/github.com\/DataDog\/Demo-Chrome-Extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon-large.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Restore Tabs" }, "permissions": [ "tabs", "storage" ] } |