You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
This will ask you couple of question to set up your command which are as follows:
Command file name : Type any valid variable name(as your filename).
Command name/names: type command name(s). upon these names, your command callback function will be called.
Is this command available to all the languages: YES | No - if you select yes than your command name(s) will automatically be translated and saved in the translation files.
Should this command be enabled by default? Yes | No - if you want to enable command by default.
Type description of the command: Description of the command so that user could understand what command would do.
Select type of the command?: backend | frontend - if you want to utilize dom then select frontend or if you want to utilize chrome extension apis then select backend.
After the confirmation, your command will be created in the src/services/commands/ directory.