Easy Copy Text

EasyCopyText

Wat is Easy Copy Text?

Easy Copy Text is een Chrome-extensie ontwikkeld door monik.182, en de belangrijkste functie is "EasyCopyText".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Easy Copy Text

Download Easy Copy Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Copy highlighted text from your browser and keep it in a clipboard to easy access.                    

Basisinformatie over de Extensie

Naam Easy Copy Text Easy Copy Text
ID iajaabbmcegelbafniboablmlmiohogh
Officiële URL https://chromewebstore.google.com/detail/easy-copy-text/iajaabbmcegelbafniboablmlmiohogh
Beschrijving EasyCopyText
Bestandsgrootte 11.8 KB
Aantal Installaties 28
Huidige Versie 1.0
Laatst Bijgewerkt 2020-10-22
Publicatiedatum 2020-10-22
Ontwikkelaar monik.182
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Copy Text",
    "version": "1.0",
    "description": "EasyCopyText",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "store.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons8-copy-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "store.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "author": "Monica Carvajal"
}