Multilinkus

Allows to open links from selected area.

Qu'est-ce que Multilinkus ?

Multilinkus est une extension Chrome développée par http://skyh.github.io/multilinkus, et sa fonction principale est "Allows to open links from selected area.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Multilinkus

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

                        Activates when selection begins with Alt pressed                    

Informations de Base sur l'Extension

Nom Multilinkus Multilinkus
ID objlfjomeokppmepgdbngjihebkhknko
URL Officiel https://chrome.google.com/webstore/detail/%D0%BC%D1%83%D0%BB%D1%8C%D1%82%D0%B8%D0%BB%D0%B8%D0%BD%D0%BA%D1%83%D1%81/objlfjomeokppmepgdbngjihebkhknko
Description Allows to open links from selected area.
Taille du Fichier 18.14 KB
Nombre d'Installations 33
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-03-05
Date de Publication 2015-03-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://skyh.github.io/multilinkus
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "version": "1.0.1",
    "default_locale": "ru",
    "description": "__MSG_manifest_description__",
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "ui.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}