Copy Marker

Copy shareable URL with highlighted selection

Copy Marker란 무엇입니까?

Copy Marker은(는) https://roadmap.sh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy shareable URL with highlighted selection"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Copy Marker allows you to select some text on page, right click and "Copy Marker URL" which will copy the URL with your selection information. You can share it with someone and when they open that URL it will automatically highlight the selection you made and scroll the user to that section of the page.                    

확장 프로그램 기본 정보

이름 Copy Marker Copy Marker
ID jlbhiiaglonlmddaenlicebafcmpcoob
공식 URL https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob
설명 Copy shareable URL with highlighted selection
파일 크기 12.03 KB
설치 횟수 44
현재 버전 1.0
최근 업데이트 2020-06-13
출시 날짜 2020-06-12
개발자 https://roadmap.sh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kamranahmedse/copy-marker
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Marker",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Copy shareable URL with highlighted selection",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "28": "\/icons\/icon28.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Copy Marker",
        "default_icon": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}