Copy Plain Text

Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.

Copy Plain Text란 무엇입니까?

Copy Plain Text은(는) Dima PM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Copy Plain Text Copy Plain Text
ID nfjlgdbpkjmnofoglhlhcdfhjaglmncp
공식 URL https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp
설명 Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
파일 크기 5.81 KB
설치 횟수 2,616
현재 버전 0.3
최근 업데이트 2016-12-18
출시 날짜 2016-12-18
평점 4.54/5 총 13 개의 평점
개발자 Dima PM
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Plain Text",
    "version": "0.3",
    "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.",
    "browser_action": [],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ]
}