Let Me Copy

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

Vad är Let Me Copy?

Let Me Copy är en Chrome-tillägg utvecklad av debugger, och dess huvudfunktion är "Extension to allow copy text from websites where doesn't allow us to copy their content".

Ladda ner Let Me Copy-förlängningens CRX-fil

Ladda ner Let Me Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
Officiell webbadress https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
Beskrivning Extension to allow copy text from websites where doesn't allow us to copy their content
Filstorlek 7.86 KB
Antal Installationer 84
Aktuell Version 1.0
Senast Uppdaterad 2018-03-20
Publiceringsdatum 2018-03-20
Betyg 2.71/5 Totalt 7 Betyg
Utvecklare debugger
Betalningssätt free
Stödda Språk 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
}