Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
Τι είναι το Copy Plain Text;
Το Copy Plain Text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Klayer, και η κύρια λειτουργία του είναι "You may copy the selected text to the clipboard without formatting by right-clicking on it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Copy Plain Text
Λήψη αρχείων επέκτασης Copy Plain Text σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ilbkhfhoagglkammfimendfopgmpochg |
| Επίσημο URL | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
| Περιγραφή | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
| Μέγεθος Αρχείου | 18.13 KB |
| Αριθμός Εγκαταστάσεων | 432 |
| Τρέχουσα Έκδοση | 0.1 |
| Τελευταία Ενημέρωση | 2022-05-29 |
| Ημερομηνία Δημοσίευσης | 2022-05-29 |
| Αξιολόγηση | 4.93/5 Συνολικά 41 Αξιολογήσεις |
| Προγραμματιστής | David Klayer |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://worldaddons.com/copy-plain-text/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://worldaddons.com/contact/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://worldaddons.com/privacy-policy |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |