Multiple Tab Opener
Open multiple URLs on one click.
What is Multiple Tab Opener?
Multiple Tab Opener is a Chrome extension developed by Jun Ishibashi, and its main feature is "Open multiple URLs on one click.".
Extension Screenshots
Download Multiple Tab Opener Extension CRX File
Download Multiple Tab Opener 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
USAGE: Name the macro and add URLs, save and add it to the macro list then you are ready to open multiple URLs on one click. FEATURES: Add a macro. Edit a macro. Delete a macro. Open multiple URLs at once. REASON: When I was studying Law in English for some reasons, I needed to confirm words why those are appropriate and precise. Therefore I created this to open multiple dictionary sites on one click.
Extension Basic Information
Name | Multiple Tab Opener |
ID | ebhcpmhpgldaimdjnngbfnbfepbljafi |
Official URL | https://chromewebstore.google.com/detail/multiple-tab-opener/ebhcpmhpgldaimdjnngbfnbfepbljafi |
Description | Open multiple URLs on one click. |
File Size | 599 KB |
Installation Count | 2,073 |
Current Version | 2.0.0 |
Last Updated | 2022-08-29 |
Publish Date | 2020-02-12 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Jun Ishibashi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Multiple Tab Opener", "description": "Open multiple URLs on one click.", "version": "2.0.0", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |