swipe-back
Go back to previous page by swiping left with two fingers on a trackpad.
什么是swipe-back?
swipe-back是由golopot开发的Chrome扩展程序,该扩展的主要功能是“Go back to previous page by swiping left with two fingers on a trackpad.”。
扩展截图
下载swipe-back扩展crx文件
下载swipe-back扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Go back to previous page by swiping left with two fingers on a trackpad. This extension emulates swipe back in a Mac magic trackpad. You don't need this extension on a Mac computer. 扩展基本信息
| 名称 | |
| ID | mkkcgajcpakpfjgikmekgnihlbhliodo |
| 官方URL | https://chromewebstore.google.com/detail/swipe-back/mkkcgajcpakpfjgikmekgnihlbhliodo |
| 简介 | Go back to previous page by swiping left with two fingers on a trackpad. |
| 文件大小 | 6.09 KB |
| 安装次数 | 938 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2022-02-14 |
| 上架时间 | 2022-01-25 |
| 评分 | 4.33/5 共12次评分 |
| 开发者 | golopot |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/golopot/swipe-back |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "swipe-back",
"version": "0.1.1",
"description": "Go back to previous page by swiping left with two fingers on a trackpad.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"js": [
"swipe-back.js"
],
"css": [
"swipe-back.css"
]
}
]
} | |