Open Multiple URLs
Open Multiple URLs in new tabs.
What is Open Multiple URLs?
Open Multiple URLs is a Chrome extension developed by Romkaq, and its main feature is "Open Multiple URLs in new tabs.".
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
Extension opens a list of URLs. Bulk URL Opener extension. "Open Multiple URLs" extension 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), click [Open] or [ Open in Incognito]. You can load URLs from .txt file. You can download your URLs as .txt file. Can create folder with urls as bookmarks. Auto save input data. Permissions: - "Storage" permission in order to save user input; - "Tabs" permission in order to get all opened URLs; - "Downloads" permission in order allow you to download URLs as .txt.
Extension Basic Information
Name | Open Multiple URLs |
ID | bjifbockcjbcfgbkmleodgdoiglcnenj |
Official URL | https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj |
Description | Open Multiple URLs in new tabs. |
File Size | 14.81 KB |
Installation Count | 3,688 |
Current Version | 1.5 |
Last Updated | 2022-06-18 |
Publish Date | 2021-08-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Romkaq |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.5", "icons": { "128": "icon128.png" }, "action": { "default_title": "Open URLs", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "downloads", "bookmarks" ], "incognito": "split", "default_locale": "en" } |