Chrome Backspace
Chrome backspace key down. You are browser history back
Cos'è Chrome Backspace?
Chrome Backspace è un'estensione di Chrome sviluppata da whereteam.k, e la sua funzione principale è "Chrome backspace key down. You are browser history back".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Backspace
Scarica i file di estensione Chrome Backspace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Backspace recovery
Informazioni di Base sull'Estensione
Nome | |
ID | dbdmcckginmchjofkilalmpilphopmbm |
URL Ufficiale | https://chrome.google.com/webstore/detail/chrome-backspace/dbdmcckginmchjofkilalmpilphopmbm |
Descrizione | Chrome backspace key down. You are browser history back |
Dimensione del File | 5.39 KB |
Conteggio Installazioni | 152 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2016-08-16 |
Data di Pubblicazione | 2016-08-16 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | whereteam.k |
Tipo di Pagamento | free |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Backspace", "description": "Chrome backspace key down.\nYou are browser history back", "version": "1.0.2", "icons": { "128": "backspaceImage.png" }, "homepage_url": "https:\/\/github.com\/KimYoungWoong\/backspace", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "setBackSpaceKeyDown.js" ] } ] } |