Copy URL text

A tool to decode URL when copying links from a web page.

Copy URL text क्या है?

Copy URL text dave.waters89 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to decode URL when copying links from a web page."।

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

screenshot

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

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

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

                        When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting.                    

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

नाम Copy URL text Copy URL text
ID hdgelchllommgmclkoobnphdloeaabab
आधिकारिक URL https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab
विवरण A tool to decode URL when copying links from a web page.
फ़ाइल का आकार 3.48 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2018-12-04
प्रकाशन तिथि 2018-12-04
डेवलपर dave.waters89
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL text",
    "description": "A tool to decode URL when copying links from a web page.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/myteams.toyota.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myteams.toyota.com\/*"
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}