Copy X

Copy is collection, and there are words and links

Copy X란 무엇입니까?

Copy X은(는) https://aa-zz.cn/apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy is collection, and there are words and links"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Copy X is a clipboard application that can process data and keep the text information you copied for a long time.  The functions are roughly as follows:
 
 「Keep more information」
 
 When you copy text in a web page, Copy X not only saves the selected text, but also saves the web address of the current web page.  In addition, click to copy, drag the mouse to the input box to automatically fill.  Copy X only saves the contents copied on the current browser webpage by default. If you need to save the contents copied elsewhere, please turn on " Global Mode" in the settings.
 
「Data preprocessing」
 
 After the copy behavior is detected, operations such as character replacement and character addition can be automatically performed, and the processed result can be copied to the system clipboard again (please open in the processing option). Paste is different content.
 
 「Different editing ability」
 
 When editing the content saved in Copy X, besides the conventional character editing frame, it also supports cutting and extracting the text, and then merging it to make a new text.
 
 「Custom merge」
 
 Select multiple texts and click Merge. At this time, you can replace and add characters to each text first, and then select the connection method between the texts (such as line feed, space or other characters) to finally merge multiple texts into one.
 
 「Common information」
 
 It is inevitable that we need to fill in some commonly used information such as e-mail in web pages or other software. Copy X has a special section for storing such information. You can use it at any time, click it to copy it, right click it to edit and delete it, and also drag the mouse to the input box to automatically fill it in.
 
 「data transfer」
 
 The data in Copy X can be exported as a local file or saved to the cloud. Even if you change your browser or computer, your data can be imported to a new client.
 
 「Picture processing」
 
 Copy X has a certain image processing ability. Right click on the webpage to see the function menu:
 
 1. Get picture links (support preprocessing): You can find pictures and get links at the current position of the mouse. In particular, you can also get links to some pictures loaded in the form of background through this menu (usually right-click on such pictures, the menu provided by the browser by default does not have options about pictures, so you cannot save them as they are or copy them);
 
 2. Crop and shrink: You can directly crop and shrink the pictures in the webpage, display the cropped size in real time and specify the width or height to shrink;
 
 3. Search for pictures: You can search for pictures and identify people in the pictures.
 
 「Find more」
 
 More features to be discovered.                    

확장 프로그램 기본 정보

이름 Copy X Copy X
ID pljacoeopccbcpnkgpbjmcckfehjjpbb
공식 URL https://chromewebstore.google.com/detail/copy-x/pljacoeopccbcpnkgpbjmcckfehjjpbb
설명 Copy is collection, and there are words and links
파일 크기 1.69 MB
설치 횟수 165
현재 버전 1.1.4
최근 업데이트 2023-01-03
출시 날짜 2020-09-19
평점 5.00/5 총 2 개의 평점
개발자 https://aa-zz.cn/apps
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL http://aa-zz.cn/apps/privacy_policy.html
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.4",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icon\/icon3_48.png",
        "48": "icon\/icon3_48.png",
        "128": "icon\/icon3_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon3_48.png",
            "24": "icon\/icon3_48.png",
            "32": "icon\/icon3_48.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "page\/popup.html"
    },
    "background": {
        "service_worker": "core\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "favicon",
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "notifications",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/aa-zz.cn\/*"
    ]
}