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
官方網址 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"
    ]
}