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은(는) David Klayer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You may copy the selected text to the clipboard without formatting by right-clicking on it."입니다.
확장 프로그램 스크린샷
Copy Plain Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Copy Plain Text |
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" } } |