EZ Copy Plaintext

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

Wat is EZ Copy Plaintext?

EZ Copy Plaintext is een Chrome-extensie ontwikkeld door Josh, en de belangrijkste functie is "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EZ Copy Plaintext

Download EZ Copy Plaintext-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

                        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.                    

Basisinformatie over de Extensie

Naam EZ Copy Plaintext EZ Copy Plaintext
ID khgahhiehdlgmaoghjoegkgbfcdodnhb
Officiële URL https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb
Beschrijving Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
Bestandsgrootte 6.47 KB
Aantal Installaties 780
Huidige Versie 1.1.5
Laatst Bijgewerkt 2013-03-03
Publicatiedatum 2013-03-02
Beoordeling 2.54/5 Totaal 26 Beoordelingen
Ontwikkelaar Josh
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}