Open Multiple URLs
Extension for Opening Multiple URLs
What is Open Multiple URLs?
Open Multiple URLs is a Chrome extension developed by Micha, and its main feature is "Extension for Opening Multiple 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
Small utility that allows you to open a list of URLs. It will also allow you to read the URLs from all tabs in the current browser window.
Extension Basic Information
Name | Open Multiple URLs |
ID | bhedchkibbmbiomdmgiaihbmadppnnhc |
Official URL | https://chromewebstore.google.com/detail/open-multiple-urls/bhedchkibbmbiomdmgiaihbmadppnnhc |
Description | Extension for Opening Multiple URLs |
File Size | 20.58 KB |
Installation Count | 77 |
Current Version | 2.0 |
Last Updated | 2022-05-18 |
Publish Date | 2018-02-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Micha |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Multiple URLs", "version": "2.0", "description": "Extension for Opening Multiple URLs", "manifest_version": 3, "permissions": [ "tabs" ], "action": { "default_icon": "urls16.png", "default_popup": "popup.html" }, "icons": { "16": "urls16.png", "128": "urls128.png" } } |