Go Back With Backspace
Re-enables the backspace key as a back navigation button (except when writing text).
Wat is Go Back With Backspace?
Go Back With Backspace is een Chrome-extensie ontwikkeld door https://thorium.rocks, en de belangrijkste functie is "Re-enables the backspace key as a back navigation button (except when writing text).".
Extensie Screenshots
Download het CRX-bestand van de extensie Go Back With Backspace
Download Go Back With Backspace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Go Back With Backspace |
ID | pgmlidkcpfcjeeenlbkfmagkeclinnkh |
Officiële URL | https://chromewebstore.google.com/detail/go-back-with-backspace/pgmlidkcpfcjeeenlbkfmagkeclinnkh |
Beschrijving | Re-enables the backspace key as a back navigation button (except when writing text). |
Bestandsgrootte | 372 KB |
Aantal Installaties | 896 |
Huidige Versie | 3.0.2 |
Laatst Bijgewerkt | 2023-06-20 |
Publicatiedatum | 2023-03-09 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://thorium.rocks |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Alex313031/Chromium-Backspace |
Help Pagina-URL | https://github.com/Alex313031/Chromium-Backspace/issues |
URL van de Privacybeleid Pagina | https://thorium.rocks/COC.html |
Ondersteunde Talen | 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": [ " |