EZ Copy Plaintext

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

Co je EZ Copy Plaintext?

EZ Copy Plaintext je rozšíření Chrome vyvinuté Josh, a jeho hlavní funkcí je „Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EZ Copy Plaintext

Stáhněte si soubory rozšíření EZ Copy Plaintext ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název EZ Copy Plaintext EZ Copy Plaintext
ID khgahhiehdlgmaoghjoegkgbfcdodnhb
Oficiální URL https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb
Popis Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
Velikost souboru 6.47 KB
Počet instalací 780
Aktuální Verze 1.1.5
Poslední Aktualizace 2013-03-03
Datum Vydání 2013-03-02
Hodnocení 2.54/5 Celkem 26 Hodnocení
Vývojář Josh
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}