Copy To Clipboard

This extension allows you to automatically copy selected text to the clipboard.

Copy To Clipboard란 무엇입니까?

Copy To Clipboard은(는) https://auto-copy.dllplayer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to automatically copy selected text to the clipboard."입니다.

확장 프로그램 스크린샷

screenshot

Copy To Clipboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically copy selected text to the clipboard. It has many configurable options for controlling the behavior of the clipboard.

To begin using this extension. Here is what you need to do.

1) Install the extension
2) Go to the webpage where you want to use the "automatically copy selected text to the clipboard." feature.
3) Click on our extension icon to activate the software, begin using your mouse to highlight and copy the text.
4) You can paste the text using Control + V.                    

확장 프로그램 기본 정보

이름 Copy To Clipboard Copy To Clipboard
ID imjkddkepakidnmolhmpfldheaiakojj
공식 URL https://chromewebstore.google.com/detail/copy-to-clipboard/imjkddkepakidnmolhmpfldheaiakojj
설명 This extension allows you to automatically copy selected text to the clipboard.
파일 크기 51.88 KB
설치 횟수 8,760
현재 버전 3.0.0
최근 업데이트 2023-11-15
출시 날짜 2020-07-14
평점 2.13/5 총 16 개의 평점
개발자 https://auto-copy.dllplayer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://auto-copy.dllplayer.com
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "3.0.0",
    "action": {
        "default_icon": "icon-128.png"
    },
    "homepage_url": "https:\/\/auto-copy.dllplayer.com\/"
}