Multilinkus

Allows to open links from selected area.

What is Multilinkus?

Multilinkus is a Chrome extension developed by http://skyh.github.io/multilinkus, and its main feature is "Allows to open links from selected area.".

Extension Screenshots

screenshot

Download Multilinkus Extension CRX File

Download Multilinkus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Activates when selection begins with Alt pressed                    

Extension Basic Information

Name Multilinkus Multilinkus
ID objlfjomeokppmepgdbngjihebkhknko
Official URL 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.
File Size 18.14 KB
Installation Count 33
Current Version 1.0.1
Last Updated 2015-03-05
Publish Date 2015-03-05
Rating 5.00/5 Total 2 Ratings
Developer http://skyh.github.io/multilinkus
Payment Type free
Supported Languages 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
    }
}