Copy X

Copy is collection, and there are words and links

Co je Copy X?

Copy X je rozšíření Chrome vyvinuté https://aa-zz.cn/apps, a jeho hlavní funkcí je „Copy is collection, and there are words and links“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Copy X

Stáhněte si soubory rozšíření Copy X ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Copy X Copy X
ID pljacoeopccbcpnkgpbjmcckfehjjpbb
Oficiální URL https://chromewebstore.google.com/detail/copy-x/pljacoeopccbcpnkgpbjmcckfehjjpbb
Popis Copy is collection, and there are words and links
Velikost souboru 1.69 MB
Počet instalací 165
Aktuální Verze 1.1.4
Poslední Aktualizace 2023-01-03
Datum Vydání 2020-09-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://aa-zz.cn/apps
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí http://aa-zz.cn/apps/privacy_policy.html
Podporované Jazyky 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\/*"
    ]
}