Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Vimium C - 全键盘操作浏览器 版本历史 - 25 个版本

Vimium C - 全键盘操作浏览器 作者: Dahan Gong

评分 4.8 / 5
4.8 / 5 星
5
138
4
2
3
1
2
3
1
4
Vimium C - 全键盘操作浏览器 版本历史 - 25 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 2.12.3

    发布于 2025年4月14日 - 395.43 KB
    适用于 firefox 101.0 及更高版本
    • Fix UI issues on new versions of Firefox
    • Bump the minimal Firefox version requirement to v101
    • v2.12.3: fix the missing zh-TW language pack in v2.12.2

    源代码遵循 MIT 许可证 发布

    您需要 Firefox 来使用此扩展
    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 1.99.997

    发布于 2023年12月17日 - 365.18 KB
    适用于 firefox 63.0 及更高版本
    #### v1.99.997
    * fix some crashes of web pages and the extension itself

    #### v1.99.995
    * Marks: fix the mistake that `.prefix` was enabled by default and matches wrong URLs (breaking)
    * now align with philc/Vimium's in common situations
    * `.parent: boolean` is added to re-enable the old behavior
    * fix usages of inner clipboard
    * fix conflicts of `runKey` and the `$retry` counter
    * LinkHints: add `newtab=inactive` to always switch back to a current tab, whatever a page script does
    * LinkHints: add `.autoChild: boolean | css-selector` to click not a hinted element but its topest or matched child
    * editText: add a new action of `blank` to trigger `.$else` if a `when` condition is mismatched
    * focusInput: now try updating its hinting rectangular after focusing
    * fix some small usages

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.995

    发布于 2023年7月22日 - 364.97 KB
    适用于 firefox 69.0 及更高版本
    v1.99.995:
    * fix broken LinkHints
    v1.99.994/993:
    * Marks: fix the mistake that `.prefix` was enabled by default and matches wrong URLs (breaking)
    * now align with philc/Vimium's in common situations
    * `.parent: boolean` is added to re-enable the old behavior
    * fix usages of inner clipboard
    * fix conflicts of `runKey` and the `$retry` counter
    * LinkHints: add `newtab=inactive` to always switch back to a current tab, whatever a page script does
    * LinkHints: add `.autoChild: boolean | css-selector` to click not a hinted element but its topest or matched child
    * editText: add a new action of `blank` to trigger `.$else` if a `when` condition is mismatched
    * focusInput: now try updating its hinting rectangular after focusing
    * fix some sm

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.993

    发布于 2023年7月15日 - 365.04 KB
    适用于 firefox 63.0 及更高版本
    * Marks: fix the mistake that `.prefix` was enabled by default and matches wrong URLs (breaking)
    * now align with philc/Vimium's in common situations
    * `.parent: boolean` is added to re-enable the old behavior
    * fix usages of inner clipboard
    * fix conflicts of `runKey` and the `$retry` counter
    * LinkHints: add `newtab=inactive` to always switch back to a current tab, whatever a page script does
    * LinkHints: add `.autoChild: boolean | css-selector` to click not a hinted element but its topest or matched child
    * editText: add a new action of `blank` to trigger `.$else` if a `when` condition is mismatched
    * focusInput: now try updating its hinting rectangular after focusing
    * fix some small usages

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.992

    发布于 2023年6月11日 - 364.27 KB
    适用于 firefox 63.0 及更高版本
    * fix broken long key sequences in ke mappings
    * some Ctrl/Alt shortcuts of Vomnibar are removed if in conflict with system's default usages
    * fix some tip text
    * basic support for popover
    * autoCopy now supports .type=tab-url/tab-title and other `type` values of `copyWindowInfo`

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.991

    发布于 2023年5月13日 - 363.62 KB
    适用于 firefox 63.0 及更高版本
    * FindMode: fix some issues when highlighting all matches
    * fix broken scrolling when a page is pinch-zoomed
    * key mappings: `env` now supports `incognito: boolean`
    * fix some UI issues on macOS, Ubuntu or Firefox

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.99

    发布于 2023年4月16日 - 363.22 KB
    适用于 firefox 63.0 及更高版本
    * key mappings: support `map!` and `#if`/`#else`/`#endif` and even nested pairs
    * use `map!` and `run!` to make a mapping work in both normal and plain insert mode
    * support `unmap <esc>` and `unmap <c-[>` to disable them in normal mode
    * change how `runKey` and `run` rules gets parsed
    * use `\\<LF>` to merge two lines and strip whitespace prefix characters of a second line
    * text substitution: add a inner temporary clipboard and then
    * substitution and `runKey mask` can read/write it,
    * so that command may create complex `runKey` task from text in system clipboard easily
    * now when `<*-modifier>` works as a first prefix key, it will end in 3 seconds
    * the key will be passed to web page scripts, to work better with `*+Letter`
    * LinkHints: support more usages including `LinkHints.activateOpenUrl`
    * `LinkHints.activateCopyImage` supports `.url` to copy URL instead
    * Vomnibar: de-duplicate tab and history suggestions if possible
    * now also list closed browser window sessions
    * change what's copied on `Ctrl+C` and `Ctrl+Shift+C`
    * fix support for macbook touchpad
    * Scroller: fix checks of whether an area should be scrolled or not
    * VisualMode: fix the logic of scrolling caret into view
    * Now `f` and `F` can open Find bar and then extend selection to a match
    * `nextTab`/.../`visitPreviousTab`: support `blur: boolean | host-matcher-string` to grab focus from input again
    * `focusInput` now supports `clickable` and `clickableOnHost`
    * `editText`: add `when` clause to control what to do
    * `confirm`: will show a prompt dialog; parameters are `ask: string, $then, minRepeat=1`
    * fix quite a few edge cases

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.97

    发布于 2022年12月22日 - 355.62 KB
    适用于 firefox 63.0 及更高版本
    * v1.99.97:
    * UI: on macOS, prefer Menlo and Monaco in monospace fonts by default
    * fix the newly broken command of "dispatchEvent"
    * fix exclusions rule changes can not be saved on options page
    * FindMode: fix compatibility with `scroll-behavior: smooth`
    * VisualMode: line mode: try its best to make moving work
    * now the word block list also applies on bookmark paths
    * fix some other bugs and usage issues

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.96

    发布于 2022年12月7日 - 355.55 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.90

    发布于 2022年11月22日 - 354.94 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.9

    发布于 2022年11月20日 - 354.91 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.8

    发布于 2022年11月15日 - 354.28 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.7

    发布于 2022年11月7日 - 353.75 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.5

    发布于 2022年11月6日 - 353.02 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.3

    发布于 2022年8月19日 - 349.4 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.2

    发布于 2022年8月16日 - 349.3 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.1

    发布于 2022年8月13日 - 349.16 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.99.0

    发布于 2022年8月10日 - 348.5 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.98.3

    发布于 2022年6月21日 - 339.5 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.98.2

    发布于 2022年6月9日 - 339.28 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.98.1

    发布于 2022年6月5日 - 339.26 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.98.0

    发布于 2022年4月12日 - 335.7 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.97.0

    发布于 2022年3月22日 - 333.69 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.96.6

    发布于 2022年2月3日 - 333.37 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.96.4

    发布于 2022年1月24日 - 333.01 KB
    适用于 firefox 63.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
转至 Mozilla 主页

附加组件

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

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

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

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