autoCopyText™

Copy the text when select any text on webpage

Qu'est-ce que autoCopyText™ ?

autoCopyText™ est une extension Chrome développée par Vineet, et sa fonction principale est "Copy the text when select any text on webpage".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension autoCopyText™

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

                        Copy the text when select any text on webpage                    

Informations de Base sur l'Extension

Nom autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
URL Officiel https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
Description Copy the text when select any text on webpage
Taille du Fichier 19.21 KB
Nombre d'Installations 767
Version Actuelle 0.1
Dernière Mise à Jour 2019-04-12
Date de Publication 2019-04-08
Évaluation 5.00/5 Total 5 Évaluations
Développeur Vineet
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}