Open Multiple URLs
Click the button, paste a few URLs. Easy
What is Open Multiple URLs?
Open Multiple URLs is a Chrome extension developed by mgriffiths, and its main feature is "Click the button, paste a few URLs. Easy".
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
Open multiple URLs by pasting them into a pop-up, separated by a new line.
Extension Basic Information
Name | |
ID | jdhbkpagniiaalpfemomikhcocblbhao |
Official URL | https://chrome.google.com/webstore/detail/open-multiple-urls/jdhbkpagniiaalpfemomikhcocblbhao |
Description | Click the button, paste a few URLs. Easy |
File Size | 125 KB |
Installation Count | 946 |
Current Version | 0.0.1 |
Last Updated | 2016-06-30 |
Publish Date | 2016-06-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mgriffiths |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Multiple URLs", "version": "0.0.1", "manifest_version": 2, "description": "Click the button, paste a few URLs. Easy", "homepage_url": "http:\/\/mike-griffiths.co.uk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Open URLs", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs" ] } |