Copy Some Text from Link

"Don't drag the link. Let me copy."

Copy Some Text from Link란 무엇입니까?

Copy Some Text from Link은(는) spoilerline.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 ""Don't drag the link. Let me copy.""입니다.

확장 프로그램 스크린샷

screenshot

Copy Some Text from Link 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features
・Can copy a part of the text in the link.

   As default, when you try to select a link text from the middle, it just drags. If you want to copy a part of the text, you need to press Alt key. 
   But this extension enables selecting from the middle, without using Alt key.                    

확장 프로그램 기본 정보

이름 Copy Some Text from Link Copy Some Text from Link
ID plnmaabidbjpiacpgncdeejfnddebibe
공식 URL https://chromewebstore.google.com/detail/copy-some-text-from-link/plnmaabidbjpiacpgncdeejfnddebibe
설명 "Don't drag the link. Let me copy."
파일 크기 14.2 KB
설치 횟수 33
현재 버전 2.0.0
최근 업데이트 2024-01-09
출시 날짜 2022-12-19
평점 5.00/5 총 3 개의 평점
개발자 spoilerline.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "2.0.0",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/copyLinkText16.png",
        "48": "icons\/copyLinkText48.png",
        "128": "icons\/copyLinkText128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/contentScript.ts-loader-7abc4eec.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_Name__"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/contentScript.ts-beade32b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}