External Link Extractor

This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…

External Link Extractor क्या है?

External Link Extractor https://www.webdesignindy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…"।

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

screenshot
screenshot

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

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

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

                        This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using the clipboard function to save.                    

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

नाम External Link Extractor External Link Extractor
ID ekelmbmnkpfjcljpekjhlfpejjpfbkbn
आधिकारिक URL https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn
विवरण This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…
फ़ाइल का आकार 9.66 KB
स्थापना संख्या 148
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-29
प्रकाशन तिथि 2023-03-29
डेवलपर https://www.webdesignindy.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.webdesignindy.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "External Link Extractor",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}