Tab Reloader Extension

Use this extension to quickly re-open a list of urls in a the current window tabs

¿Qué es Tab Reloader Extension?

Tab Reloader Extension es una extensión de Chrome desarrollada por Octplane, y su función principal es "Use this extension to quickly re-open a list of urls in a the current window tabs".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Reloader Extension

Descarga archivos de extensión Tab Reloader Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tab Reloader Extension Tab Reloader Extension
ID fikdoamihjhcfocaacnhlbaggjbaklkc
URL Oficial https://chromewebstore.google.com/detail/tab-reloader-extension/fikdoamihjhcfocaacnhlbaggjbaklkc
Descripción Use this extension to quickly re-open a list of urls in a the current window tabs
Tamaño del Archivo 314 KB
Cantidad de Instalaciones 22
Versión Actual 0.1.0
Última Actualización 2018-11-16
Fecha de Publicación 2018-11-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Octplane
Tipo de Pago free
Idiomas Soportados 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"
    ]
}