Backspace to go Back
Restores browser behavior of navigating to previous page when pressing the Backspace key.
Vad är Backspace to go Back?
Backspace to go Back är en Chrome-tillägg utvecklad av Razvan Caliman, och dess huvudfunktion är "Restores browser behavior of navigating to previous page when pressing the Backspace key.".
Tilläggsskärmbilder
Ladda ner Backspace to go Back-förlängningens CRX-fil
Ladda ner Backspace to go Back-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension requires permissions to inject a piece of code in all of the pages you visit. If that freaks you out, that's ok. Handing over those permissions freaks me out too. You can choose to install this extension from source (it's very short) to make sure it's not doing anything malicious. See: https://github.com/oslego/chrome-backspace-back#from-source
Grundläggande Information om Tillägg
Namn | Backspace to go Back |
ID | nlffgllnjjkheddehpolbanogdeaogbc |
Officiell webbadress | https://chromewebstore.google.com/detail/backspace-to-go-back/nlffgllnjjkheddehpolbanogdeaogbc |
Beskrivning | Restores browser behavior of navigating to previous page when pressing the Backspace key. |
Filstorlek | 13.42 KB |
Antal Installationer | 123,490 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2023-01-17 |
Publiceringsdatum | 2016-08-17 |
Betyg | 4.57/5 Totalt 552 Betyg |
Utvecklare | Razvan Caliman |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/oslego/chrome-backspace-back |
Hjälpsida URL | https://github.com/oslego/chrome-backspace-back |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Backspace to go Back", "version": "1.1.2", "author": "Razvan Caliman", "description": "Restores browser behavior of navigating to previous page when pressing the Backspace key.", "minimum_chrome_version": "88", "icons": { "48": "icon48.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "content_scripts": [ { "matches": [ " |