0.0.7 • Published 7 years ago
hyper-prefix-of-tab v0.0.7
hyper-prefix-of-tab
click menu > prefixOfTab > insert to add prefix to the title of current active tab;
click menu > prefixOfTab > delete to delete the prefix of the title of current active tab

Configuration of shortcut
module.exports = {
config: {
// other configs...
'hyper-prefix-of-tab': {
"hyper-prefix-of-tab:insert": "ctrl+alt+i",
"hyper-prefix-of-tab:delete": "ctrl+alt+d"
},
}
//...
};