Check the quick start First
Typee Browser Extension is keyboard first productivity tool that helps you interact with browser faster and more efficiently.
https://chromewebstore.google.com/detail/typee-a-browser-command-l/agifbaonnnpmdpnemfhddffdledhhnen
By typing keys Control + J on any page, Typee shows a command line and list of commands.
Choose a command you want.
the commands are categorized as below
Currently it support twitter
The fundamental commands usually have multiples options. it is not convenient to fill out the options.
You can create a alias by adding alias option when you executing a command
Expansion is similar to alias but creates alias automatically with definition. Below configuration will create alias going to tabs directly. The count of alias depends on current tabs.
{
"shortcutId": "goToTab",
"expandedOptionName": "target",
"nameOptions": {
"prefix": "Go To Tab |",
"ignoreExtendedOptionsNames": true
}
}
If you want to add this configuration, please choose expansion command and add option, the value should be in one
line {"shortcutId": "goToTab","expandedOptionName": "target","nameOptions": {"prefix": "Go To Tab |","ignoreExtendedOptionsNames": true}}
{"shortcutId": "goToTab","expandedOptionName": "target","nameOptions": {"prefix": "Go To Tab |","ignoreExtendedOptionsNames": true}}
{"shortcutId": "moveTab","expandedOptionName": "tabGroup","nameOptions": {"prefix": "Move Current Tab to Group |","ignoreExtendedOptionsNames": true}}
{"shortcutId": "expandTabGroup","expandedOptionName": "target","nameOptions": {"prefix": "Expand Tab Group |","ignoreExtendedOptionsNames": true}}
{"shortcutId": "collapseTabGroup","expandedOptionName": "target","nameOptions": {"prefix": "Collapse Tab Group |","ignoreExtendedOptionsNames": true}}