Multilink
open all links in tabs
Hvad er Multilink?
Multilink er en Chrome-udvidelse udviklet af Nikhil & Suraj, og dens hovedfunktion er "open all links in tabs".
Udvidelsesskærmbilleder
Download Multilink-udvidelses-CRX-fil
Download Multilink-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | hakpaefefpemiaahboigpjchbmgkejaj |
Officiel URL | https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj |
Beskrivelse | open all links in tabs |
Filstørrelse | 281 KB |
Antal Installationer | 6,114 |
Nuværende Version | 4.1 |
Senest Opdateret | 2014-04-28 |
Udgivelsesdato | 2014-04-28 |
Bedømmelse | 3.97/5 Samlet 35 Bedømmelser |
Udvikler | Nikhil & Suraj |
Betalingsmetode | free |
Understøttede Sprog | 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" } |