Multilink
open all links in tabs
Was ist Multilink?
Multilink ist eine Chrome-Erweiterung, die von Nikhil & Suraj entwickelt wurde, und ihr Hauptmerkmal ist "open all links in tabs".
Erweiterungsscreenshots
Multilink-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multilink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hakpaefefpemiaahboigpjchbmgkejaj |
Offizielle URL | https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj |
Beschreibung | open all links in tabs |
Dateigröße | 281 KB |
Installationsanzahl | 6,114 |
Aktuelle Version | 4.1 |
Letztes Update | 2014-04-28 |
Veröffentlichungsdatum | 2014-04-28 |
Bewertung | 3.97/5 Insgesamt 35 Bewertungen |
Entwickler | Nikhil & Suraj |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |