Multiple Tab Opener

Open multiple URLs on one click.

Wat is Multiple Tab Opener?

Multiple Tab Opener is een Chrome-extensie ontwikkeld door Jun Ishibashi, en de belangrijkste functie is "Open multiple URLs on one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Multiple Tab Opener

Download Multiple Tab Opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        USAGE:
    Name the macro and add URLs, save and add it to the macro list then you are ready to open multiple URLs on one click.

FEATURES:
    Add a macro.
    Edit a macro.
    Delete a macro.
    Open multiple URLs at once.

REASON:
    When I was studying Law in English for some reasons, I needed to confirm words why those are appropriate and precise.
Therefore I created this to open multiple dictionary sites on one click.                    

Basisinformatie over de Extensie

Naam Multiple Tab Opener Multiple Tab Opener
ID ebhcpmhpgldaimdjnngbfnbfepbljafi
Officiële URL https://chromewebstore.google.com/detail/multiple-tab-opener/ebhcpmhpgldaimdjnngbfnbfepbljafi
Beschrijving Open multiple URLs on one click.
Bestandsgrootte 599 KB
Aantal Installaties 2,073
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-08-29
Publicatiedatum 2020-02-12
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Jun Ishibashi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multiple Tab Opener",
    "description": "Open multiple URLs on one click.",
    "version": "2.0.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}