Auto Clipboard

Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…

什么是Auto Clipboard?

Auto Clipboard是由wangmeijian2016开发的Chrome扩展程序,该扩展的主要功能是“Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…”。

扩展截图

screenshot

下载Auto Clipboard扩展crx文件

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

扩展使用说明

                        Select text, automatically copy to clipboard, save you every second!
By default, the input text is not copied. Hold down Ctrl and select the input text.

GitHub https://github.com/wangmeijian/auto_clipboard
Issue https://github.com/wangmeijian/auto_clipboard/issues

0.5.3
2022-09-10
* Support more types of website                    

扩展基本信息

名称 Auto Clipboard Auto Clipboard
ID inhnhgihdkbalmmojcbpalkkmhkmcdjm
官方URL https://chromewebstore.google.com/detail/auto-clipboard/inhnhgihdkbalmmojcbpalkkmhkmcdjm
简介 Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…
文件大小 24.27 KB
安装次数 1,684
当前版本 0.10.1
更新时间 2022-12-13
上架时间 2020-03-13
评分 4.13/5 共8次评分
开发者 wangmeijian2016
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/wangmeijian/auto_clipboard
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.10.1",
    "action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "24": "images\/[email protected]",
            "32": "images\/[email protected]",
            "48": "images\/[email protected]",
            "128": "images\/[email protected]"
        },
        "default_title": "__MSG_defaultTitle__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/[email protected]",
        "24": "images\/[email protected]",
        "32": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js",
                "initialization.js"
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_description__",
    "author": "wangmeijian",
    "permissions": [
        "clipboardWrite",
        "storage",
        "contextMenus"
    ]
}