Copy Plain Text

You may copy the selected text to the clipboard without formatting by right-clicking on it.

Co je Copy Plain Text?

Copy Plain Text je rozšíření Chrome vyvinuté David Klayer, a jeho hlavní funkcí je „You may copy the selected text to the clipboard without formatting by right-clicking on it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Copy Plain Text

Stáhněte si soubory rozšíření Copy Plain Text 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í

                        Copy Plain Text is a lightweight plugin that allows you to copy any text without formatting to the clipboard by adding a right-click context menu option.

Simply navigate to a website and choose a phrase, then right-click and pick - Copy as plain text from the context menu. The selected text will be copied to the clipboard unaltered.

You may also paste links to websites on a Mac using the address bar (ctrl + v) or right-click and select Paste - from the context menu.                    

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

Název Copy Plain Text Copy Plain Text
ID ilbkhfhoagglkammfimendfopgmpochg
Oficiální URL https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg
Popis You may copy the selected text to the clipboard without formatting by right-clicking on it.
Velikost souboru 18.13 KB
Počet instalací 432
Aktuální Verze 0.1
Poslední Aktualizace 2022-05-29
Datum Vydání 2022-05-29
Hodnocení 4.93/5 Celkem 41 Hodnocení
Vývojář David Klayer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://worldaddons.com/copy-plain-text/
URL Stránky Nápovědy https://worldaddons.com/contact/
URL Stránky Zásad Ochrany Soukromí https://worldaddons.com/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Copy Plain Text",
    "short_name": "copy-plain-text",
    "homepage_url": "https:\/\/worldaddons.com\/copy-plain-text\/",
    "description": "You may copy the selected text to the clipboard without formatting by right-clicking on it.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "resources\/icons\/16.png",
        "32": "resources\/icons\/32.png",
        "48": "resources\/icons\/48.png",
        "64": "resources\/icons\/64.png",
        "128": "resources\/icons\/128.png"
    }
}