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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy All URL's 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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