Multilink

open all links in tabs

Vad är Multilink?

Multilink är en Chrome-tillägg utvecklad av Nikhil & Suraj, och dess huvudfunktion är "open all links in tabs".

Tilläggsskärmbilder

screenshot

Ladda ner Multilink-förlängningens CRX-fil

Ladda ner Multilink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Multilink Multilink
ID hakpaefefpemiaahboigpjchbmgkejaj
Officiell webbadress https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj
Beskrivning open all links in tabs
Filstorlek 281 KB
Antal Installationer 6,114
Aktuell Version 4.1
Senast Uppdaterad 2014-04-28
Publiceringsdatum 2014-04-28
Betyg 3.97/5 Totalt 35 Betyg
Utvecklare Nikhil & Suraj
Betalningssätt free
Stödda Språk 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"
}