EZ Copy Plaintext

Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.

Qu'est-ce que EZ Copy Plaintext ?

EZ Copy Plaintext est une extension Chrome développée par Josh, et sa fonction principale est "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EZ Copy Plaintext

Téléchargez les fichiers d'extension EZ Copy Plaintext 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

                        Automatically removes formatting from your clipboard when you use normal copy paste [Ctrl+c].  If you need to keep the formatting, you can toggle it on and off by right clicking something you've selected/highlighted and pressing 'Get format next copy'.  On the next copy you do, it will keep the formatting. Then it will reset back to the default plaintext setting for future copying.

simple and robust.

NOTE:
The extension will not be active on tabs/windows that were already open prior to the installation.  Try refreshing the tabs or open a new one to test it out.                    

Informations de Base sur l'Extension

Nom EZ Copy Plaintext EZ Copy Plaintext
ID khgahhiehdlgmaoghjoegkgbfcdodnhb
URL Officiel https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb
Description Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
Taille du Fichier 6.47 KB
Nombre d'Installations 780
Version Actuelle 1.1.5
Dernière Mise à Jour 2013-03-03
Date de Publication 2013-03-02
Évaluation 2.54/5 Total 26 Évaluations
Développeur Josh
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZ Copy Plaintext",
    "description": "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.",
    "version": "1.1.5",
    "manifest_version": 2,
    "incognito": "split",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}