Go Back With Backspace
Re-enables the backspace key as a back navigation button (except when writing text).
什麼是Go Back With Backspace?
Go Back With Backspace是由https://thorium.rocks開發的Chrome擴展程式,該擴展的主要功能是“Re-enables the backspace key as a back navigation button (except when writing text).”。
擴展截圖
下載Go Back With Backspace擴展crx文件
下載Go Back With Backspace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chromium/Chrome extension which re-enables the backspace key as a back navigation button (except when writing text). – It is a fork of https://chrome.google.com/webstore/detail/go-back-with-backspace/eekailopagacbcdloonjhbiecobagjci updated to Manifest V3, with small CSS and icon fixes. - Alex313031
擴展基本資訊
名稱 | Go Back With Backspace |
ID | pgmlidkcpfcjeeenlbkfmagkeclinnkh |
官方網址 | https://chromewebstore.google.com/detail/go-back-with-backspace/pgmlidkcpfcjeeenlbkfmagkeclinnkh |
簡介 | Re-enables the backspace key as a back navigation button (except when writing text). |
檔案大小 | 372 KB |
安裝次數 | 896 |
目前版本 | 3.0.2 |
更新時間 | 2023-06-20 |
上架時間 | 2023-03-09 |
評分 | 4.50/5 共 2 次評分 |
開發者 | https://thorium.rocks |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Alex313031/Chromium-Backspace |
說明頁面URL | https://github.com/Alex313031/Chromium-Backspace/issues |
隱私政策頁面URL | https://thorium.rocks/COC.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "3.0.2", "version_name": "3.0.2", "offline_enabled": true, "manifest_version": 3, "minimum_chrome_version": "91", "author": { "email": "[email protected]" }, "homepage_url": "https:\/\/github.com\/Alex313031\/Chromium-Backspace", "icons": { "16": "icons\/icon_16.png", "24": "icons\/icon_24.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "pages\/popup.html", "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "content_scripts": [ { "matches": [ " |