Chrome에서 웹 사이트의 임의의 문자를 강조하면서 해당 위치로 이동하는 공유 방법

2947 단어 Chrometech
Google Chrome의 Text Flagment 기능을 사용하면 웹 사이트의 임의의 텍스트를 강조하면서 해당 위치로 바로 이동하여 공유할 수 있습니다.
  • GitHub - WICG/scroll-to-text-fragment: Proposal to allow specifying a text snippet in a URL fragment
  • 구문


    :~:text=[prefix-,]textStart[,textEnd][,-suffix]
    
             context  |-------match-----|  context
    

    사용 모드


    textStart 지정


    https://github.com/WICG/scroll-to-text-fragment#:~:text=specific

    prefix+textStart 지정


    https://github.com/WICG/scroll-to-text-fragment#:~:text=limited-,specific

    textStart+-suffix 지정


    https://github.com/WICG/scroll-to-text-fragment#:~:text=the,-text

    textStart+textEnd 지정


    https://github.com/wicg/scroll-to-text-fragment#:~:text=visually,addressable

    textStart의 URL 인코딩을 위한 일본어 지정


    https://tbpgr.hatenablog.com/entry/2020/09/18/123923#:~:text=커뮤니티 파트너 https://tbpgr.hatenablog.com/entry/2020/09/18/123923#:~:text=%E3%82%B3%E3%83%9F%E3%83%A5%E3%83%8B%E3%83%86%E3%82%A3%E4%BB%B2%E9%96%93

    용례

  • 직접 참조 오자가 있는 지적 부분의 URL로 상대방에게 전달
  • 웹 페이지에서 동료가 요청한 정보를 전달하는 경우textStart+textEnd를 지정하여 읽고 싶은 곳의 최초와 마지막을 동료에게 전달한다
  • 블로그에서 인용 부분의 URL을 직접 지정
  • 관련 자료

  • What's with the new querystring text highlighting feature in Chrome? - Super User
  • 좋은 웹페이지 즐겨찾기