Easy Text Copy

be easy to copy

Vad är Easy Text Copy?

Easy Text Copy är en Chrome-tillägg utvecklad av ggons, och dess huvudfunktion är "be easy to copy".

Tilläggsskärmbilder

screenshot

Ladda ner Easy Text Copy-förlängningens CRX-fil

Ladda ner Easy Text Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        "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.                    

Grundläggande Information om Tillägg

Namn Easy Text Copy Easy Text Copy
ID ifnpgfoniiadhamkbgdiokjefenpacjm
Officiell webbadress https://chromewebstore.google.com/detail/easy-text-copy/ifnpgfoniiadhamkbgdiokjefenpacjm
Beskrivning be easy to copy
Filstorlek 16.92 KB
Antal Installationer 5,000
Aktuell Version 1.0.2
Senast Uppdaterad 2020-07-13
Publiceringsdatum 2020-07-02
Betyg 4.26/5 Totalt 19 Betyg
Utvecklare ggons
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}