Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
Wat is Copy Plain Text?
Copy Plain Text is een Chrome-extensie ontwikkeld door David Klayer, en de belangrijkste functie is "You may copy the selected text to the clipboard without formatting by right-clicking on it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Plain Text
Download Copy 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 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. Basisinformatie over de Extensie
| Naam | |
| ID | ilbkhfhoagglkammfimendfopgmpochg |
| Officiële URL | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
| Beschrijving | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
| Bestandsgrootte | 18.13 KB |
| Aantal Installaties | 432 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2022-05-29 |
| Publicatiedatum | 2022-05-29 |
| Beoordeling | 4.93/5 Totaal 41 Beoordelingen |
| Ontwikkelaar | David Klayer |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://worldaddons.com/copy-plain-text/ |
| Help Pagina-URL | https://worldaddons.com/contact/ |
| URL van de Privacybeleid Pagina | https://worldaddons.com/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |