Multilink

open all links in tabs

Wat is Multilink?

Multilink is een Chrome-extensie ontwikkeld door Nikhil & Suraj, en de belangrijkste functie is "open all links in tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Multilink

Download Multilink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This application is for those people who are lazy to open multiple links one at a time.

All you have to do is paste all the links in the text box and press open. all the links will be opend at a time.

Hope you find it usefull                    

Basisinformatie over de Extensie

Naam Multilink Multilink
ID hakpaefefpemiaahboigpjchbmgkejaj
Officiële URL https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj
Beschrijving open all links in tabs
Bestandsgrootte 281 KB
Aantal Installaties 6,114
Huidige Versie 4.1
Laatst Bijgewerkt 2014-04-28
Publicatiedatum 2014-04-28
Beoordeling 3.97/5 Totaal 35 Beoordelingen
Ontwikkelaar Nikhil & Suraj
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "browser_action": {
        "default_icon": "i.png",
        "default_title": "Multilink",
        "default_popup": "popup.html"
    },
    "description": "open all links in tabs",
    "icons": {
        "128": "i.png",
        "16": "i.png",
        "48": "i.png"
    },
    "manifest_version": 2,
    "name": "Multilink",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1"
}