Easy Text Copy

be easy to copy

Qu'est-ce que Easy Text Copy ?

Easy Text Copy est une extension Chrome développée par ggons, et sa fonction principale est "be easy to copy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Easy Text Copy

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

                        "Easy Text Copy" copy text easily with easy movements.

* Usage *

1. Copy the text in one click area.
- Alt key + Mouse Left-Click

2. Copy the text one after another.
- Alt key + Mouse Left-Click [+ Mouse Left-Click] [+ Mouse Left-Click]

3. Copy the dragged text.
- Drag + Alt key + Mouse Left-Click

You can change to another key instead of the Alt key.                    

Informations de Base sur l'Extension

Nom Easy Text Copy Easy Text Copy
ID ifnpgfoniiadhamkbgdiokjefenpacjm
URL Officiel https://chromewebstore.google.com/detail/easy-text-copy/ifnpgfoniiadhamkbgdiokjefenpacjm
Description be easy to copy
Taille du Fichier 16.92 KB
Nombre d'Installations 5,000
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-07-13
Date de Publication 2020-07-02
Évaluation 4.26/5 Total 19 Évaluations
Développeur ggons
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Text Copy",
    "description": "be easy to copy",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}