Gesturefy for Chrome 是 Gesturefy (v3.2.18,作者 Robbendebiene)的 Chrome 移植版(Firefox WebExtensions MV2 → Chrome MV3)。
原版 Gesturefy 仅支持 Firefox(AMO 页面)。 本移植版旨在让 Chrome 用户也能使用 Gesturefy 的鼠标手势功能,是对原作的致敬与延续。
LICENSE 文件。与原版相比的主要改动(为适配 Chrome MV3 环境):
browser_action → action,background page → service worker)browser.* API → chrome.* API(移除 webextension-polyfill 依赖)content.bundle.js(Chrome 不支持 content script 中的 ES module);
该 bundle 为手工修复版本,作为冻结内核不再重新打包core/extras/:新功能以独立 content script 模块挂载,
不修改冻结内核(当前模块:双击关闭标签页)getConfigValue / closeTabByDoubleClick
(保持同步响应模式,兼容 Chrome MV3 onMessage 语义)migrate.js(一次性迁移工具)等非运行时文件感谢 Robbendebiene 创作了如此优秀的开源鼠标手势扩展, 也感谢 Gesturefy 的所有贡献者。
This project is a Chrome port of Gesturefy (GPL-3.0) by Robbendebiene. All original copyright notices are preserved. This port is released under the same license.