Enable Copy

Allow selecting, copying, pasting anywhere.

Wat is Enable Copy?

Enable Copy is een Chrome-extensie ontwikkeld door Derek, en de belangrijkste functie is "Allow selecting, copying, pasting anywhere.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enable Copy

Download Enable Copy-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

                        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.                    

Basisinformatie over de Extensie

Naam Enable Copy Enable Copy
ID igbahmkffbagkepelepkldjiknhbklga
Officiële URL https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga
Beschrijving Allow selecting, copying, pasting anywhere.
Bestandsgrootte 19.78 KB
Aantal Installaties 20,000
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-21
Publicatiedatum 2020-10-05
Beoordeling 3.63/5 Totaal 16 Beoordelingen
Ontwikkelaar Derek
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}