Let Me Copy

Extension to allow copy text from websites where doesn't allow us to copy their content

Let Me Copy क्या है?

Let Me Copy debugger द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to allow copy text from websites where doesn't allow us to copy their content"।

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

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

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

                                            

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

नाम Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
आधिकारिक URL https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
विवरण Extension to allow copy text from websites where doesn't allow us to copy their content
फ़ाइल का आकार 7.86 KB
स्थापना संख्या 84
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-03-20
प्रकाशन तिथि 2018-03-20
रेटिंग 2.71/5 कुल 7 रेटिंग्स
डेवलपर debugger
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Copy",
    "version": "1.0",
    "description": "Extension to allow copy text from websites where doesn't allow us to copy their content",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infobae.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}