Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

Qu'est-ce que Mass Tab Opener ?

Mass Tab Opener est une extension Chrome développée par http://alanchavez.com, et sa fonction principale est "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".

Télécharger le fichier CRX de l'extension Mass Tab Opener

Téléchargez les fichiers d'extension Mass Tab Opener 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

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

Informations de Base sur l'Extension

Nom Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
URL Officiel https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Description This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Taille du Fichier 626 KB
Nombre d'Installations 225
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-02-07
Date de Publication 2014-02-07
Évaluation 4.40/5 Total 5 Évaluations
Développeur http://alanchavez.com
Type de Paiement free
Site Web de l'Extension http://alanchavez.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}