Batch Open Tabs

A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…

Qu'est-ce que Batch Open Tabs ?

Batch Open Tabs est une extension Chrome développée par Steven Tucci, et sa fonction principale est "A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Batch Open Tabs

Téléchargez les fichiers d'extension Batch Open Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A chrome extension to batch open a group of urls into multiple tabs.
Create a group of urls and click on the group url to open all of them in one shot.

Useful for when you open your browser and want to open all of your sites in one shot.                    

Informations de Base sur l'Extension

Nom Batch Open Tabs Batch Open Tabs
ID dhlpdmccgohghiggecndfompkibjiegf
URL Officiel https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf
Description A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
Taille du Fichier 46.82 KB
Nombre d'Installations 160
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Steven Tucci
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Open Tabs",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}