open multi tabs

open multi tabs from urls separated by spaces or tabs or new lines

Qu'est-ce que open multi tabs ?

open multi tabs est une extension Chrome développée par http://withcat.net, et sa fonction principale est "open multi tabs from urls separated by spaces or tabs or new lines".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension open multi tabs

Téléchargez les fichiers d'extension open multi 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

                        open multi tabs from urls separated by spaces or tabs or new lines                    

Informations de Base sur l'Extension

Nom open multi tabs open multi tabs
ID jljmfncehhnfcokceopodljhfdmenjjh
URL Officiel https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh
Description open multi tabs from urls separated by spaces or tabs or new lines
Taille du Fichier 206 KB
Nombre d'Installations 291
Version Actuelle 0.1
Dernière Mise à Jour 2014-01-15
Date de Publication 2014-01-15
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://withcat.net
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "open multi tabs",
    "description": "open multi tabs from urls separated by spaces or tabs or new lines",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "open multi tabs",
        "default_icon": "images\/add_link-128.png",
        "default_popup": "views\/feed.html"
    },
    "icons": {
        "128": "images\/add_link-128.png"
    }
}