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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}