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 |
| Eメール | [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"
]
}
]
} | |