Copy text with Alt-Click

Copy text with Alt-Click. Easy and fast copy tool.

Qu'est-ce que Copy text with Alt-Click ?

Copy text with Alt-Click est une extension Chrome développée par https://yuji.software, et sa fonction principale est "Copy text with Alt-Click. Easy and fast copy tool.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy text with Alt-Click

Téléchargez les fichiers d'extension Copy text with Alt-Click 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

                        If you install this add-on, you do not need to select a text.
What is needed, just "Alt key & Click" on the text! That's all!

This alone, the text of the point you click will be copied.

--------
* Modifier keys can be changed.
** Alt + Click (Default)
** Ctrl + Click
** Shift + Click

--------
Icon designed by: www.MouseRunner.com                    

Informations de Base sur l'Extension

Nom Copy text with Alt-Click Copy text with Alt-Click
ID obhagoegpnbklgknnmbglghkfdidegkl
URL Officiel https://chromewebstore.google.com/detail/copy-text-with-alt-click/obhagoegpnbklgknnmbglghkfdidegkl
Description Copy text with Alt-Click. Easy and fast copy tool.
Taille du Fichier 59.35 KB
Nombre d'Installations 15,088
Version Actuelle 2.1.0
Dernière Mise à Jour 2023-07-31
Date de Publication 2018-05-17
Évaluation 3.78/5 Total 65 Évaluations
Développeur https://yuji.software
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/YujiSoftware/copy-text-without-selecting-chrome
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy text with Alt-Click",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Copy text with Alt-Click. Easy and fast copy tool.",
    "default_locale": "en",
    "applications": {
        "gecko": {
            "id": "@copy-text-without-selecting"
        }
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "menu.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}