Let Me Copy

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

Qu'est-ce que Let Me Copy ?

Let Me Copy est une extension Chrome développée par debugger, et sa fonction principale est "Extension to allow copy text from websites where doesn't allow us to copy their content".

Télécharger le fichier CRX de l'extension Let Me Copy

Téléchargez les fichiers d'extension Let Me Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
URL Officiel https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
Description Extension to allow copy text from websites where doesn't allow us to copy their content
Taille du Fichier 7.86 KB
Nombre d'Installations 84
Version Actuelle 1.0
Dernière Mise à Jour 2018-03-20
Date de Publication 2018-03-20
Évaluation 2.71/5 Total 7 Évaluations
Développeur debugger
Type de Paiement free
Langues Prises en Charge 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
}