Copy As Plain Text

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

Copy As Plain Text란 무엇입니까?

Copy As Plain Text은(는) Yubi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily copy the selected text without formatting to the clipboard via the right-click menu."입니다.

확장 프로그램 스크린샷

screenshot

Copy As Plain Text 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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).                    

확장 프로그램 기본 정보

이름 Copy As Plain Text Copy As Plain Text
ID eneajgkmdhmjmloiabgkpkiooaejmlpk
공식 URL https://chromewebstore.google.com/detail/copy-as-plain-text/eneajgkmdhmjmloiabgkpkiooaejmlpk
설명 Easily copy the selected text without formatting to the clipboard via the right-click menu.
파일 크기 9.44 KB
설치 횟수 28,697
현재 버전 0.1.3
최근 업데이트 2023-08-14
출시 날짜 2020-07-04
평점 4.23/5 총 39 개의 평점
개발자 Yubi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/copy-as-plain-text.html
도움말 페이지 URL https://mybrowseraddon.com/copy-as-plain-text.html
지원되는 언어 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"
    }
}