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
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:\/\/*\/"
    ]
}