超级复制助手-阿良版

帮助用户复制和粘贴选中文本

What is 超级复制助手-阿良版?

超级复制助手-阿良版 is a Chrome extension developed by inroading, and its main feature is "帮助用户复制和粘贴选中文本".

Extension Screenshots

screenshot

Download 超级复制助手-阿良版 Extension CRX File

Download 超级复制助手-阿良版 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        选中文本,点击图标,自动复制到粘贴板。可解除常见文档的禁止屏蔽,如钉钉、飞书等。                    

Extension Basic Information

Name 超级复制助手-阿良版 超级复制助手-阿良版
ID dcigholdoefmgbgpknpiaoiabopchije
Official URL https://chromewebstore.google.com/detail/%E8%B6%85%E7%BA%A7%E5%A4%8D%E5%88%B6%E5%8A%A9%E6%89%8B-%E9%98%BF%E8%89%AF%E7%89%88/dcigholdoefmgbgpknpiaoiabopchije
Description 帮助用户复制和粘贴选中文本
File Size 11.66 KB
Installation Count 347
Current Version 1.0
Last Updated 2023-06-01
Publish Date 2023-05-31
Rating 4.67/5 Total 3 Ratings
Developer inroading
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8d85\u7ea7\u590d\u5236\u52a9\u624b-\u963f\u826f\u7248",
    "version": "1.0",
    "description": "\u5e2e\u52a9\u7528\u6237\u590d\u5236\u548c\u7c98\u8d34\u9009\u4e2d\u6587\u672c",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}