backspace to back
map backspace to history.go(-1)
Wat is backspace to back?
backspace to back is een Chrome-extensie ontwikkeld door abistey, en de belangrijkste functie is "map backspace to history.go(-1)".
Download het CRX-bestand van de extensie backspace to back
Download backspace to back-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
Basisinformatie over de Extensie
Naam | backspace to back |
ID | hcjibfdgolnahcknodcdlcddlnnjbhng |
Officiële URL | https://chromewebstore.google.com/detail/backspace-to-back/hcjibfdgolnahcknodcdlcddlnnjbhng |
Beschrijving | map backspace to history.go(-1) |
Bestandsgrootte | 7.99 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2016-08-10 |
Publicatiedatum | 2016-08-09 |
Ontwikkelaar | abistey |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "backspace to back", "version": "0.1.0", "manifest_version": 2, "description": "map backspace to history.go(-1)", "homepage_url": "https:\/\/github.com\/zhuangya\/backspace-to-back", "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "backspace to back" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/" ], "js": [ "main.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |