Copy Text as Link

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Copy Text as Link란 무엇입니까?

Copy Text as Link은(는) Ryan Spain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension removes the need to copy a link address and link text seperately. By simply highlighting text on a webpage, right-clicking and selected 'Copy text as link', the selected text will be copied to the clipboard as a link using the active tabs URL.

Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.

Pasted links will inherit the styling of the target rich text editor.                    

확장 프로그램 기본 정보

이름 Copy Text as Link Copy Text as Link
ID jdhbnbfdhfndpjafikjmbdabogdecenp
공식 URL https://chromewebstore.google.com/detail/copy-text-as-link/jdhbnbfdhfndpjafikjmbdabogdecenp
설명 Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.
파일 크기 14.3 KB
설치 횟수 93
현재 버전 1.0
최근 업데이트 2021-11-11
출시 날짜 2021-09-12
평점 5.00/5 총 3 개의 평점
개발자 Ryan Spain
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ryanspain/chromium-copy-text-as-link
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text as Link",
    "description": "Copy the selected text as a HTML link to the clipboard that can be pasted in in supported editors with the hyperlink intact.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}