Tab Reloader Extension

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

Was ist Tab Reloader Extension?

Tab Reloader Extension ist eine Chrome-Erweiterung, die von Octplane entwickelt wurde, und ihr Hauptmerkmal ist "Use this extension to quickly re-open a list of urls in a the current window tabs".

Erweiterungsscreenshots

screenshot

Tab Reloader Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Reloader Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab Reloader Extension Tab Reloader Extension
ID fikdoamihjhcfocaacnhlbaggjbaklkc
Offizielle URL https://chromewebstore.google.com/detail/tab-reloader-extension/fikdoamihjhcfocaacnhlbaggjbaklkc
Beschreibung Use this extension to quickly re-open a list of urls in a the current window tabs
Dateigröße 314 KB
Installationsanzahl 22
Aktuelle Version 0.1.0
Letztes Update 2018-11-16
Veröffentlichungsdatum 2018-11-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Octplane
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}