Multi-links
Open multiple links at once.
What is Multi-links?
Multi-links is a Chrome extension developed by hanyoud, and its main feature is "Open multiple links at once.".
Extension Screenshots
Download Multi-links Extension CRX File
Download Multi-links 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
A useful extension to open multiple links at once. Links (separated by newlines) contain valid URLs will be opened in new tabs, with the invalid data being ignored. 1). Customize maximum number of links will be opened at once; 2). Customize interval time between opening two links. Source code: https://code.google.com/p/multi-links/
Extension Basic Information
Name | Multi-links |
ID | gflgnmgilmokfhbckilljalhemjjeldl |
Official URL | https://chromewebstore.google.com/detail/multi-links/gflgnmgilmokfhbckilljalhemjjeldl |
Description | Open multiple links at once. |
File Size | 8.71 KB |
Installation Count | 11,227 |
Current Version | 1.2.3 |
Last Updated | 2013-12-31 |
Publish Date | 2013-12-31 |
Rating | 4.56/5 Total 18 Ratings |
Developer | hanyoud |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi-links", "short_name": "Multi-links", "description": "Open multiple links at once.", "version": "1.2.3", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |