Basic Gestures
Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.
什么是Basic Gestures?
Basic Gestures是由BPS开发的Chrome扩展程序,该扩展的主要功能是“Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.”。
扩展截图
下载Basic Gestures扩展crx文件
下载Basic Gestures扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple extension adds basic mouse gestures for back/forward, new/close tab and scroll to top/bottom. Hold down right mouse button, move mouse and then release button to execute one of the following commands. Left => Back Right => Forward Up => Scroll to top or Open new tab (can be changed in the preferences) Down => Scroll to bottom Down + Right => Close current tab Right + Down => Close current tab Linux and Mac users: Press right mouse button twice to open context menu. New in version 1.4: ------------------------------- Migration to Manifest V3 New in version 1.3: ------------------------------- New gesture: Up => Scroll to top New gesture: Down => Scroll to bottom New option: Up = "Open new tab" instead of "Scroll to top"
扩展基本信息
名称 | Basic Gestures |
ID | fjiafbapfbgehmngjallajbeljllmkfj |
官方URL | https://chromewebstore.google.com/detail/basic-gestures/fjiafbapfbgehmngjallajbeljllmkfj |
简介 | Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom. |
文件大小 | 13.73 KB |
安装次数 | 1,146 |
当前版本 | 1.4 |
更新时间 | 2022-08-19 |
上架时间 | 2016-11-08 |
评分 | 4.44/5 共16次评分 |
开发者 | BPS |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basic Gestures", "version": "1.4", "description": "Basic mouse gestures for back\/forward, new\/close tab and scroll to top\/bottom.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |