Enable Copy

Allow selecting, copying, pasting anywhere.

Qu'est-ce que Enable Copy ?

Enable Copy est une extension Chrome développée par Derek, et sa fonction principale est "Allow selecting, copying, pasting anywhere.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enable Copy

Téléchargez les fichiers d'extension Enable 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

                        Enable Copy is a simple tool made by Derek.

How to use :
To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page.                    

Informations de Base sur l'Extension

Nom Enable Copy Enable Copy
ID igbahmkffbagkepelepkldjiknhbklga
URL Officiel https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga
Description Allow selecting, copying, pasting anywhere.
Taille du Fichier 19.78 KB
Nombre d'Installations 20,000
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-21
Date de Publication 2020-10-05
Évaluation 3.63/5 Total 16 Évaluations
Développeur Derek
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "1.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "__MSG_extName__"
    },
    "web_accessible_resources": [
        "img\/header.png",
        "img\/body.png",
        "img\/footer.png"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}