Copylink

Click to copy the url of the current page to your clipboard

Copylink란 무엇입니까?

Copylink은(는) https://rgbstudios.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to copy the url of the current page to your clipboard"입니다.

확장 프로그램 스크린샷

screenshot

Copylink 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simply click the button to copy the address of the current website.

* Use copylink to quickly send, share, or save the url to a website.
* The address is also displayed in a little textbox.

Don't forget to rate and share! Enjoy! :)

V.1.3.0

RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org/
[email protected]                    

확장 프로그램 기본 정보

이름 Copylink Copylink
ID hmbglhnodfegeiemefjoejkkmncdobde
공식 URL https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde
설명 Click to copy the url of the current page to your clipboard
파일 크기 7.6 KB
설치 횟수 362
현재 버전 1.3.0
최근 업데이트 2023-11-21
출시 날짜 2019-12-03
평점 4.25/5 총 4 개의 평점
개발자 https://rgbstudios.org
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copylink",
    "description": "Click to copy the url of the current page to your clipboard",
    "version": "1.3.0",
    "action": {
        "default_icon": "128_icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "128": "128_icon.png",
        "48": "48_icon.png",
        "16": "16_icon.png"
    }
}