Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
Format Link 미리보기

Format Link 제작자: Hiroaki Nakamura

Format a link and copy it to the clipboard in your favorite format. You can use keyboard shortcuts, the toolbar button, or context menus to copy a link. You can escape meta characters, for example ] (closing square bracket) in markdown title.

4.3 (리뷰 39개)4.3 (리뷰 39개)
사용자 869명사용자 869명
Firefox를 다운로드하고 확장 기능을 받으세요
파일 다운로드

확장 메타 데이터

정보
How to use

You can use keyboard shortcuts, context menus, or the toolbar button of Format Link extension
to copy a link in the specified format. Before doing that, you can optionally select some text
which may or may not contain a link.

keyboard shortcut
The keyboard shortcut for "Copy a link in the default format" is shortcut for clicking the
toolbar button. The link is copied in the default format and the popup is shown under
the toolbar button.

Also there are shortcuts for copying in the link in the corresponding format regardless of
the default format.

See Manage extension shortcuts in Firefox | Firefox Help for showing and changing keyboard shortcuts.

context menu
Open the context menu and select the "Format Link as XXX" menu item.
"XXX" in the menu item label changes as you change the default format by clicking the "Set as default" button in the popup page for the toolbar button.

If you check the "Create submenus" in the options page and save the options,
submenus for each format are created under the "Format Link" context menu group.

toolbar button
When you press the toolbar button of "Format Link", the link is copied in the default format,
the popup page becomes open, and the formatted text is shown in the text area.

If you want to copy the link in different format, you can press one of the radio buttons.

Also if you want to change the default format, you can press the "Set as default" button.

Flexible settings
You can modify formats in [Tools] -> [Extensions] -> Clik "Options" link in "Format Link" Extension. In format settings, you can use the mini template language.

variable reference: {{variable}}
  • {{variable}}
    • variable = title / url / page_url / text / selected_text
    • The value of variable title is the HTML page title.
    • The value of variable text is:
      • the selected text if some text is selected,
      • the link text if you open the context menu over a link,
      • the page title otherwise.
    • The value of variable selected_text is
      • the selected text if some text is selected,
      • empty string if no text is selected.
    • The value of the variable url is the link if you open the context menu over a link,
      the first link if selection contains a link, or the HTML page URL otherwise.
    • The value of the variable page_url is always the HTML page URL.
    • No spaces are allowed between variable name and braces.
  • {{variable.s("foo","bar")}}
    • Which means variable.replace(new RegExp("foo", 'g'), "bar")
    • You can use escape character \ in strings.
    • You must escape the first argument for string and regexp.
      For example, .s("\\[","\\[") means replacing \[ with \\[
    • You can chain multiple .s("foo","bar")
  • {{variable.urlencode()}}
    • Which means encodeURIComponent(variable)
  • You can use the escape character \ in strings. For example, you need to escape \ with \ like \\,
    and also you need to escape { with \ like \{. See the LaTeX example below.
  • Other characters are treated as literal strings.

Examples:

Markdown

[{{text.s("\\[","\\[").s("\\]","\\]")}}]({{url.s("\\)","%29")}})


reST

{{text}} <{{url}}>`_


HTML

<a href="{{url.s("\"",""")}}">{{text.s("<","&lt;")}}</a>


HTML with selected text

<a href="{{page_url.s("\"",""")}}#:~:text={{selected_text.urlencode()}}">{{title.s("<","<")}}</a>


Text

{{text}}\n{{url}}


LaTeX

\\href\{{{url}}\}\{{{text}}\}


Redmine Texitile

"{{title.s("\"","&quot;").s("\\[","&#91;")}}":{{url}}


KNOWN LIMITATIONS

Due to security reason, you cannot copy the URL on some pages like addons.mozilla.org. See Content scripts - Mozilla | MDN for details.
39명이 4.3점으로 평가함
로그인하여 이 확장 기능의 평점을 남겨주세요
아직 평점이 없습니다

별점 저장됨

5
27
4
5
3
2
2
3
1
2
리뷰 39개 모두 읽기
권한 및 데이터

필수 권한:

  • 클립보드에 데이터 넣기
  • 브라우저 탭에 접근

데이터 수집:

  • 개발자가 이 확장 기능은 데이터 수집이 필요하지 않다고 합니다.
더 알아보기
추가 정보
부가 기능 링크
  • 홈 페이지
  • 지원 사이트
  • 지원 이메일
  • Copy add-on ID
버전
5.5.2
크기
59.12 KB
마지막 업데이트
한 달 전 (2026년 4월 5일)
관련 카테고리
  • 외양
  • 소셜 서비스
라이선스
MIT 라이선스
버전 목록
  • 모든 버전 보기
모음집에 추가
이 부가 기능 신고
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.