Leftside Back
Allows you to navigate back by just hitting the mouse on the left or right side of your screen.
什麼是Leftside Back?
Leftside Back是由Philipp König開發的Chrome擴展程式,該擴展的主要功能是“Allows you to navigate back by just hitting the mouse on the left or right side of your screen.”。
擴展截圖
下載Leftside Back擴展crx文件
下載Leftside Back擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
---- NOTICE ------ Due to security restrictions, the extension is not working in the Chrome Webstore. So to test the extension simple navigate to another website, where everything should work fine :) --------------------- This extension turns your left side of your browser window into a large back button. It allows you to navigate back by just clicking your mouse button on the left side of your screen. You can configure whether to display an indicator bar, increasing the width of the tolerance area or enabling to also navigate forward by right clicking the edge of the browser window.
擴展基本資訊
名稱 | Leftside Back |
ID | gdcddfacdedphcamippdkojfngoakglg |
官方網址 | https://chromewebstore.google.com/detail/leftside-back/gdcddfacdedphcamippdkojfngoakglg |
簡介 | Allows you to navigate back by just hitting the mouse on the left or right side of your screen. |
檔案大小 | 30.82 KB |
安裝次數 | 1,116 |
目前版本 | 2.0.0 |
更新時間 | 2023-01-25 |
上架時間 | 2020-05-22 |
評分 | 4.53/5 共 19 次評分 |
開發者 | Philipp König |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://extensions.redeviation.com/ |
隱私政策頁面URL | https://extensions.redeviation.com/privacy |
支援的語言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "2.0.0", "version_name": "2.0.0", "minimum_chrome_version": "109", "homepage_url": "https:\/\/extensions.redeviation.com\/", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/extension.js" ], "matches": [ " |