Auto Copy Pro

Automatically copy selected text from any website to your clipboard!

什么是Auto Copy Pro?

Auto Copy Pro是由Hafizur Rahman开发的Chrome扩展程序,该扩展的主要功能是“Automatically copy selected text from any website to your clipboard!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Auto Copy Pro扩展crx文件

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

扩展使用说明

                        It save your time by automatically copy selected text to the clipboard.

When text is selected using the mouse/keyboard it will automatically be copied to the clipboard.

# Once this extension is installed you must reload any open tabs in order for it to work #

Features:
 - Notification on copy
 - Work with keyboard
 - Always copy as a link
 - Copy without formatting
 - Works with all URL types
 - Use modifier key(s) to copy as a link

Who should use ---
- Programmer
- Copywriter
- Blogger
- Every Chrome user 😊

More features coming soon !                    

扩展基本信息

名称 Auto Copy Pro Auto Copy Pro
ID dggjedhladcgnhkehemidebdddebfkad
官方URL https://chromewebstore.google.com/detail/auto-copy-pro/dggjedhladcgnhkehemidebdddebfkad
简介 Automatically copy selected text from any website to your clipboard!
文件大小 14.09 KB
安装次数 806
当前版本 1.0
更新时间 2021-10-04
上架时间 2021-10-01
评分 4.17/5 共6次评分
开发者 Hafizur Rahman
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Copy Pro",
    "description": "Automatically copy selected text from any website to your clipboard!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "script.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/notepad16.png",
            "32": "\/images\/notepad32.png",
            "48": "\/images\/notepad48.png",
            "128": "\/images\/notepad128.png"
        }
    },
    "icons": {
        "16": "\/images\/notepad16.png",
        "32": "\/images\/notepad32.png",
        "48": "\/images\/notepad48.png",
        "128": "\/images\/notepad128.png"
    },
    "options_page": "options.html"
}