Copy As Hyperlink

Copy page title or selected text as a pasteable hyperlink

Copy As Hyperlink란 무엇입니까?

Copy As Hyperlink은(는) Frederick Hewett (Cambridge, MA)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy page title or selected text as a pasteable hyperlink"입니다.

확장 프로그램 스크린샷

screenshot

Copy As Hyperlink 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The purpose of this extension is to facilitate copying and pasting of text from a webpage such that the copied data includes a hyperlink to the page on which the text appears.

To use this extension:
1. On the web page for which you're creating a link, select the text that you want to appear in the destination document. For a news article, this might be the article headline. If no text is selected, the page title will be used.
2. Click on the icon for this extension. A small window that says "Link copied"  will pop up temporarily next to the icon.
3. Paste the text into the destination document. It should appear as a hyperlink to the webpage from which the text was copied.
4. You can also use a hot key to invoke the extension. The default is Alt-Shift-L.                    

확장 프로그램 기본 정보

이름 Copy As Hyperlink Copy As Hyperlink
ID aphcegfomnecchcihkiilhngijgjgffi
공식 URL https://chromewebstore.google.com/detail/copy-as-hyperlink/aphcegfomnecchcihkiilhngijgjgffi
설명 Copy page title or selected text as a pasteable hyperlink
파일 크기 38.12 KB
설치 횟수 1,554
현재 버전 4.1.1
최근 업데이트 2023-04-15
출시 날짜 2020-05-08
평점 3.42/5 총 12 개의 평점
개발자 Frederick Hewett (Cambridge, MA)
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy As Hyperlink",
    "description": "Copy page title or selected text as a pasteable hyperlink",
    "version": "4.1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "copyashyperlink.html",
        "default_icon": {
            "16": "\/images\/icon_16.png",
            "32": "\/images\/icon_32.png",
            "48": "\/images\/icon_48.png",
            "128": "\/images\/icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    }
}