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 reviews)4.3 (39 reviews)
923 个用户923 个用户
您需要 Firefox 来使用此扩展
下载 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 = title / url / 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, or the page URL if no text is selected.
      • The value of the variable url is the link 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.
      • No spaces are allowed between variable name and braces.
    • string substitution: {{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 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.
      • You can chain multiple .s("foo","bar")
      • You can use the escape character \
      • 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>
      • 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.
评分 4.3(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
27
4
5
3
2
2
3
1
2
阅读全部 39 条评价
权限与数据详细了解

必要权限:

  • 输入数据到剪贴板
  • 获取浏览器标签页
更多信息
附加组件链接
  • 主页
  • 用户支持网站
  • 支持邮箱
版本
5.4.1
大小
58.94 KB
上次更新
2 年前 (2023年3月27日)
相关分类
  • 外观
  • 社交和通信
许可证
MIT 许可证
版本历史
  • 查看所有版本
添加到收藏集
举报此附加组件
Hiroaki Nakamura 制作的更多扩展
  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。