WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Batchy - Bulk URL Copier, Opener & Autosaver

Batchy - Bulk URL Copier, Opener & Autosaver

View on Chrome Web Store
View Batchy - Bulk URL Copier, Opener & Autosaver Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easiest way to Bulk Copy & Open Tab URLs.
Type
Extension
Users
63 users
1
Batchy
View author page of Batchy
Published
Published on March 9, 2025
Version 1.0.5
Manifest version
3
Updated
Updated on April 7, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Batchy - Bulk URL Copier, Opener & Autosaver Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Batchy - Bulk URL Copier, Opener & Autosaver",
    "version": "1.0.5",
    "description": "Easiest way to Bulk Copy & Open Tab URLs.",
    "author": "Batchy",
    "homepage_url": "https:\/\/docs.google.com\/document\/d\/1Tt0bxfEQieVwXXaUQhURUWqjcgCzSB5OPO8nhJC_qXY\/",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "clipboardWrite",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Batchy",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "commands": {
        "copy_all_urls": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "Command+Shift+B"
            },
            "description": "Copy all open tabs' URLs"
        },
        "open_urls": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "Open Multiple URLs"
        }
    },
    "short_name": "Batchy",
    "offline_enabled": true,
    "minimum_chrome_version": "88"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top