Open Multiple URLs
Opens a list of URLs
What is Open Multiple URLs?
Open Multiple URLs is a Chrome extension developed by tp, and its main feature is "Opens a list of URLs".
Extension Screenshots
Download Open Multiple URLs Extension CRX File
Download Open Multiple URLs 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 tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs". Source Code: https://github.com/htrinter/Open-Multiple-URLs/ Changelog: https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md Permissions: - "Storage" permission in order to save settings and user input.
Extension Basic Information
Name | Open Multiple URLs |
ID | oifijhaokejakekmnjmphonojcfkpbbh |
Official URL | https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh |
Description | Opens a list of URLs |
File Size | 183 KB |
Installation Count | 665,197 |
Current Version | 1.6.0 |
Last Updated | 2023-11-28 |
Publish Date | 2020-04-12 |
Rating | 4.64/5 Total 234 Ratings |
Developer | tp |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/htrinter/Open-Multiple-URLs/ |
Help Page URL | https://github.com/htrinter/Open-Multiple-URLs/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Multiple URLs", "version": "1.6.0", "manifest_version": 3, "description": "Opens a list of URLs", "homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon19.png", "default_popup": "browseraction.html" }, "commands": { "_execute_action": { "default": "CTRL+M" } }, "permissions": [ "storage" ], "incognito": "split" } |