Multilink
open all links in tabs
What is Multilink?
Multilink is a Chrome extension developed by Nikhil & Suraj, and its main feature is "open all links in tabs".
Extension Screenshots
Download Multilink Extension CRX File
Download Multilink 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
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
Extension Basic Information
Name | |
ID | hakpaefefpemiaahboigpjchbmgkejaj |
Official URL | https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj |
Description | open all links in tabs |
File Size | 281 KB |
Installation Count | 6,114 |
Current Version | 4.1 |
Last Updated | 2014-04-28 |
Publish Date | 2014-04-28 |
Rating | 3.97/5 Total 35 Ratings |
Developer | Nikhil & Suraj |
Payment Type | free |
Supported Languages | 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" } |