Copy X

Copy is collection, and there are words and links

Copy X là gì?

Copy X là một tiện ích mở rộng Chrome được phát triển bởi https://aa-zz.cn/apps, và tính năng chính của nó là "Copy is collection, and there are words and links".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy X

Tải xuống các tệp mở rộng Copy X dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy X Copy X
ID pljacoeopccbcpnkgpbjmcckfehjjpbb
URL Chính Thức https://chromewebstore.google.com/detail/copy-x/pljacoeopccbcpnkgpbjmcckfehjjpbb
Mô tả Copy is collection, and there are words and links
Kích Thước Tệp 1.69 MB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2020-09-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://aa-zz.cn/apps
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật http://aa-zz.cn/apps/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}