Copy All URL's 2.0

Copy the currently opened tabs’ URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON)

什么是Copy All URL's 2.0?

Copy All URL's 2.0是由C E开发的Chrome扩展程序,该扩展的主要功能是“Copy the currently opened tabs’ URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON)”。

扩展截图

screenshot
screenshot

下载Copy All URL's 2.0扩展crx文件

下载Copy All URL's 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ️⬇️Easy to set up ⬇️:

1. 🆓 and very easy to operate.
2. Add the extension to copy/paste all the URLs opened in the browser.
3. Customize the extension in the settings to select the format of the URLs.

✨Features ✨:

1. Copy all opened tabs' URLs into the clipboard.
2. Supports four formats: Text, HTML, JSON, and Custom format.
3. Paste to open all URLs in the clipboard into new tabs in one go.

📌Pin this extension to quickly copy all open pages to the clipboard and paste them to save you some time.                    

扩展基本信息

名称 Copy All URL's 2.0 Copy All URL's 2.0
ID ljmbgmkmjcldjljaakpbpmchjbodjmdi
官方URL https://chromewebstore.google.com/detail/copy-all-urls-20/ljmbgmkmjcldjljaakpbpmchjbodjmdi
简介 Copy the currently opened tabs’ URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON)
文件大小 15.2 KB
安装次数 586
当前版本 1.0.0
更新时间 2022-10-12
上架时间 2022-10-12
评分 4.62/5 共21次评分
开发者 C E
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy All URL's 2.0",
    "version": "1.0.0",
    "description": "Copy the currently opened tabs\u2019 URL to the clipboard and paste them in a go to open them all again. (formats: text, HTML or JSON)",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}