EZ Copy Plaintext
Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
EZ Copy Plaintext란 무엇입니까?
EZ Copy Plaintext은(는) Josh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection."입니다.
확장 프로그램 스크린샷
EZ Copy Plaintext 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically removes formatting from your clipboard when you use normal copy paste [Ctrl+c]. If you need to keep the formatting, you can toggle it on and off by right clicking something you've selected/highlighted and pressing 'Get format next copy'. On the next copy you do, it will keep the formatting. Then it will reset back to the default plaintext setting for future copying. simple and robust. NOTE: The extension will not be active on tabs/windows that were already open prior to the installation. Try refreshing the tabs or open a new one to test it out.
확장 프로그램 기본 정보
이름 | EZ Copy Plaintext |
ID | khgahhiehdlgmaoghjoegkgbfcdodnhb |
공식 URL | https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb |
설명 | Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection. |
파일 크기 | 6.47 KB |
설치 횟수 | 780 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2013-03-03 |
출시 날짜 | 2013-03-02 |
평점 | 2.54/5 총 26 개의 평점 |
개발자 | Josh |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZ Copy Plaintext", "description": "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.", "version": "1.1.5", "manifest_version": 2, "incognito": "split", "background": { "page": "background.html" }, "permissions": [ "contextMenus" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |