Copy Text Fragment URL

Copy a link to any highlighted text just by right-clicking.

Copy Text Fragment URL란 무엇입니까?

Copy Text Fragment URL은(는) Andrew Rabon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy a link to any highlighted text just by right-clicking."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Copy Text Fragment URL 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page.

Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.                    

확장 프로그램 기본 정보

이름 Copy Text Fragment URL Copy Text Fragment URL
ID bemdbglmlhlkmkgfnleiofphhekephnm
공식 URL https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm
설명 Copy a link to any highlighted text just by right-clicking.
파일 크기 148 KB
설치 횟수 371
현재 버전 1.0.1
최근 업데이트 2020-03-12
출시 날짜 2020-03-11
평점 5.00/5 총 1 개의 평점
개발자 Andrew Rabon
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/andrewrabon/copy-text-fragment-url
도움말 페이지 URL https://github.com/andrewrabon/copy-text-fragment-url/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text Fragment URL",
    "version": "1.0.1",
    "description": "Copy a link to any highlighted text just by right-clicking.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ]
}