Let Me Copy

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

Wat is Let Me Copy?

Let Me Copy is een Chrome-extensie ontwikkeld door debugger, en de belangrijkste functie is "Extension to allow copy text from websites where doesn't allow us to copy their content".

Download het CRX-bestand van de extensie Let Me Copy

Download Let Me Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
Officiële URL https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
Beschrijving Extension to allow copy text from websites where doesn't allow us to copy their content
Bestandsgrootte 7.86 KB
Aantal Installaties 84
Huidige Versie 1.0
Laatst Bijgewerkt 2018-03-20
Publicatiedatum 2018-03-20
Beoordeling 2.71/5 Totaal 7 Beoordelingen
Ontwikkelaar debugger
Betalingswijze free
Ondersteunde Talen 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
}