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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Philipp König และคุณลักษณะหลักของมันคือ "Allows you to navigate back by just hitting the mouse on the left or right side of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leftside Back
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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": [ " |