Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

Was ist Copy Plain Text?

Copy Plain Text ist eine Chrome-Erweiterung, die von Dima PM entwickelt wurde, und ihr Hauptmerkmal ist "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.".

Erweiterungsscreenshots

screenshot

Copy Plain Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy Plain Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
Offizielle URL https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
Beschreibung Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Dateigröße 5.81 KB
Installationsanzahl 2,616
Aktuelle Version 0.3
Letztes Update 2016-12-18
Veröffentlichungsdatum 2016-12-18
Bewertung 4.54/5 Insgesamt 13 Bewertungen
Entwickler Dima PM
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}