BackSpace
截图:
简介:
push backspace button to return pvious page.
-Chinese
在chrome 52版之后,为了解决在删除字元时误触的问题,上一页的快捷键从「Backspace」改成必须同时按下「alt」与「←」
改成这样之后,对于我这种想回上一页就反射性按一下BackSpace的人不太习惯。于是就自己写了这个plugin。一方面给自己用,一方面让比较喜欢直接按BackSpace的人能够下载来用
有任何关于该插件的问题欢迎告诉我
-English
After chrome v52 , if you want back pvious page , you should push "alt" and "←" at same time ,now you can install this plugin to recovery the features of BackSpace button (return to pvious page).
welcome to give some feedback for me.
-Version
v1.0.6
bug report(fixed):
fixed that if user can click backspace button
and user onfocus on an input element which type is include in this
array["week","time","datetime-local"] , browser will jump to pvious
page.
remove the code include "console.log()"
※Define the input types array in this version
["text","password","number","search","url","email","tel","date","month","week","time","datetime-local" ]
v1.0.5
bug report(fixed):
fixed when user onfocus on an input element and the type is "email" or
"tel" or "url",if user click backspace button , browser will jump to pvious page.
v1.0.4
bug report(fixed):
remove the code which will print the key code to your console when you click keyboard.
v1.0.3
bug report(fixed):
fixed that when user onfocus on an input element and type is "search", if user can click backspace button , browser will jump to pvious page.
thx 乃中
v1.0.2
new features:
when user onfocus on an input element , if that type isn't equal "text" or "password",user can click backspace button to back pvious page.
v1.0.1
bug report(fixed):
You click backspace button when you input password (<input type="password">),the type of input element will be changed to type="text" and show the password without encryption
thx 其联
v1.0.0
BackSpace init version