Copy As Plain Text

Easily copy the selected text without formatting to the clipboard via the right-click menu.

Wat is Copy As Plain Text?

Copy As Plain Text is een Chrome-extensie ontwikkeld door Yubi, en de belangrijkste functie is "Easily copy the selected text without formatting to the clipboard via the right-click menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy As Plain Text

Download Copy As Plain Text-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

                        Copy As Plain Text is a lite extension that let you easily copy any text without formatting to the clipboard via right-click context-menu item.

Simply browse to a website and select a desired text, then right-click and select - Copy as plain text - from the context-menu. The selected text will be copied to the clipboard without any formatting.

Please note that, in order to paste to the clipboard you can use (Ctrl + V) or right-click and select - Paste - from the context-menu.

To report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/copy-as-plain-text.html).                    

Basisinformatie over de Extensie

Naam Copy As Plain Text Copy As Plain Text
ID eneajgkmdhmjmloiabgkpkiooaejmlpk
Officiële URL https://chromewebstore.google.com/detail/copy-as-plain-text/eneajgkmdhmjmloiabgkpkiooaejmlpk
Beschrijving Easily copy the selected text without formatting to the clipboard via the right-click menu.
Bestandsgrootte 9.44 KB
Aantal Installaties 28,697
Huidige Versie 0.1.3
Laatst Bijgewerkt 2023-08-14
Publicatiedatum 2020-07-04
Beoordeling 4.23/5 Totaal 39 Beoordelingen
Ontwikkelaar Yubi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mybrowseraddon.com/copy-as-plain-text.html
Help Pagina-URL https://mybrowseraddon.com/copy-as-plain-text.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Copy As Plain Text",
    "homepage_url": "https:\/\/mybrowseraddon.com\/copy-as-plain-text.html",
    "description": "Easily copy the selected text without formatting to the clipboard via the right-click menu.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}