MultiCopy Clipboard, Copy & Paste

Save infinite copies. Copy & Paste infinitely!

什么是MultiCopy Clipboard, Copy & Paste?

MultiCopy Clipboard, Copy & Paste是由Sep Dev开发的Chrome扩展程序,该扩展的主要功能是“Save infinite copies. Copy & Paste infinitely!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MultiCopy Clipboard, Copy & Paste扩展crx文件

下载MultiCopy Clipboard, Copy & Paste扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MultiCopy Clipboard extension lets you copy as much text as you want, whenever you want, right from your browser. Never lose any copies, thanks to the integrated Chrome Storage, which stores all your copies on your device, even when you close the app. 

NEW: Use Alt+V to paste all copies


NEW: Right click-menu to copy&paste!
NEW: Use Alt+C to add copies to MultiCopy!
NEW: All your copies are backed up in chrome, even when you close MultiCopy or Chrome!
NEW: Design!                    

扩展基本信息

名称 MultiCopy Clipboard, Copy & Paste MultiCopy Clipboard, Copy & Paste
ID fahoojlhneomlloahghepkcegggkpahh
官方URL https://chromewebstore.google.com/detail/multicopy-clipboard-copy/fahoojlhneomlloahghepkcegggkpahh
简介 Save infinite copies. Copy & Paste infinitely!
文件大小 559 KB
安装次数 13,214
当前版本 4.0.0
更新时间 2022-09-29
上架时间 2019-10-22
评分 3.37/5 共63次评分
开发者 Sep Dev
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MultiCopy Clipboard, Copy & Paste",
    "description": "Save infinite copies. Copy & Paste infinitely!",
    "version": "4.0.0",
    "action": {
        "default_icon": "assets\/icon_128_mc_4.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "copy_to_clipboard": {
            "suggested_key": {
                "default": "Alt+C",
                "chromeos": "Alt+C"
            },
            "description": "Copy selected text to MultiCopy Clipboard"
        },
        "paste_all_copies": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Copy all saved copies at once"
        }
    },
    "icons": {
        "16": "assets\/icon_128_mc_4.png",
        "128": "assets\/icon_128_mc.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "notifications",
        "scripting"
    ]
}