Batch Open Tabs
A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
What is Batch Open Tabs?
Batch Open Tabs is a Chrome extension developed by Steven Tucci, and its main feature is "A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…".
Extension Screenshots
Download Batch Open Tabs Extension CRX File
Download Batch Open Tabs 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
A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all of them in one shot. Useful for when you open your browser and want to open all of your sites in one shot.
Extension Basic Information
Name | Batch Open Tabs |
ID | dhlpdmccgohghiggecndfompkibjiegf |
Official URL | https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf |
Description | A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all… |
File Size | 46.82 KB |
Installation Count | 160 |
Current Version | 1.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Steven Tucci |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Batch Open Tabs", "version": "1.0", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs", "storage" ] } |