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ファイルをダウンロード

Copy X拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}