Copy URLs

Quickly copy URLs from your open tabs, links within a page and more to the clipboard

Copy URLs क्या है?

Copy URLs https://george.mand.is द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly copy URLs from your open tabs, links within a page and more to the clipboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        A minimal-fuss extension to copy URLs to your clipboard from various sources including:
- Open tabs in your current window
- Links within the current page
- Links within a selection

How to use:
- Right-click anywhere on the page and select "Copy URLs to clipboard from..." from the context menu
- Select the source you wish to copy from from the sub-menu:
  - "Links in this selection" will copy links within any selected text on the current page
  - "Open tabs in this window" will copy the URLs from all the tabs in your current window
  - "Links on this page" will copy any links found on the page you are currently viewing
- If you keep the extension pinned in your browser you can right-click the icon to reveal the context menu there as well

That's it! No tracking, excess permissions or other shenanigans. View the code and see for yourself: 

https://github.com/georgemandis/copy-open-tabs-urls                    

एक्सटेंशन की मूल जानकारी

नाम Copy URLs Copy URLs
ID gpmnhkeajnnnkjkgcopciocmdcdkapbh
आधिकारिक URL https://chromewebstore.google.com/detail/copy-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh
विवरण Quickly copy URLs from your open tabs, links within a page and more to the clipboard
फ़ाइल का आकार 14.67 KB
स्थापना संख्या 150
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2024-02-11
प्रकाशन तिथि 2020-04-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://george.mand.is
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://george.mand.is/hire
सहायता पृष्ठ URL https://george.mand.is/contact
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URLs",
    "version": "2.0.0",
    "description": "Quickly copy URLs from your open tabs, links within a page and more to the clipboard",
    "author": "George Mandis ",
    "homepage_url": "https:\/\/george.mand.is\/hire",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}