Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
Cos'è Copy Plain Text?
Copy Plain Text è un'estensione di Chrome sviluppata da David Klayer, e la sua funzione principale è "You may copy the selected text to the clipboard without formatting by right-clicking on it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Plain Text
Scarica i file di estensione Copy Plain Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ilbkhfhoagglkammfimendfopgmpochg |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
| Descrizione | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
| Dimensione del File | 18.13 KB |
| Conteggio Installazioni | 432 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2022-05-29 |
| Data di Pubblicazione | 2022-05-29 |
| Valutazione | 4.93/5 Totale 41 Valutazioni |
| Sviluppatore | David Klayer |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://worldaddons.com/copy-plain-text/ |
| URL della Pagina di Aiuto | https://worldaddons.com/contact/ |
| URL della Pagina della Politica sulla Privacy | https://worldaddons.com/privacy-policy |
| Lingue Supportate | 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"
}
} | |