Enable Backspace
Enable backspace navigation with just one click!
Enable Backspaceคืออะไร?
Enable Backspace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loora และคุณลักษณะหลักของมันคือ "Enable backspace navigation with just one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Backspace
ดาวน์โหลดไฟล์ส่วนขยาย Enable Backspace ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enable Backspace extension enables you to easily navigate to the previous page by clicking on the "backspace" button on your keyboard. Recently in modern browsers, the "go-back" feature for the backspace button was removed. This add-on helps you bring back this functionality to your browser. It has a toolbar icon that serves as the toggle switch. Once the add-on is active, the toolbar icon color is dark grey. In the inactive state, the icon color changes to light grey. Please note that this add-on does not have any options or settings page. Simply add it to your browser and start using it. If you have a feature request or found a bug to report, please submit the bug report form on the addon's homepage (https://mybrowseraddon.com/enable-backspace.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enable Backspace |
ID | ddijblnjiploanefjnbpimgbfjkpifia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enable-backspace/ddijblnjiploanefjnbpimgbfjkpifia |
คำอธิบาย | Enable backspace navigation with just one click! |
ขนาดไฟล์ | 24.31 KB |
จำนวนการติดตั้ง | 4,401 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2023-11-08 |
วันที่เผยแพร่ | 2018-06-23 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | loora |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/enable-backspace.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/enable-backspace.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "offline_enabled": true, "name": "Enable Backspace", "permissions": [ "storage" ], "description": "Enable backspace navigation with just one click!", "homepage_url": "https:\/\/mybrowseraddon.com\/enable-backspace.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Enable Backspace", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |