COPY RICH URL

Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.

COPY RICH URL란 무엇입니까?

COPY RICH URL은(는) ichitaro3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

COPY RICH URL 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        -----------------------
Just CLICK the icon, and the Formatted LINK(rich text link) is saved in your clipboard!!

You can paste the saved LINK with the title to your document(e.g. Google docs...) WITHOUT any editing.

Also, you can RIGHT-CLICK on the page and select the "COPY RICH URL" menu, now you can save the page link in various styles.

You can save to a clipboard ...
💕 as RICH TEXT,
❤️ Only URL of the page
💛 URL with Title of the page
💚 as Markdown style LINK
🧡 as HTML style LINK

OPTIONS
========
From the extension menu, select the "option", and you can choose which feature to use.                    

확장 프로그램 기본 정보

이름 COPY RICH URL COPY RICH URL
ID lijjekihhdocbcginjcbipabahcjpjoe
공식 URL https://chromewebstore.google.com/detail/copy-rich-url/lijjekihhdocbcginjcbipabahcjpjoe
설명 Just clicking the icon and copying the link of the page as RICH TEXT. Markdown and other styles are available with right click menu.
파일 크기 12.64 KB
설치 횟수 95
현재 버전 0.6.4
최근 업데이트 2022-03-23
출시 날짜 2022-01-18
평점 5.00/5 총 2 개의 평점
개발자 ichitaro3
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COPY RICH URL",
    "description": "__MSG_description__",
    "version": "0.6.4",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options\/index.html",
    "action": {
        "default_title": "__MSG_default_title__"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "img\/copyurl_128.png"
    }
}