add open options shortcut for ext

This commit is contained in:
Gabe Yuan
2023-09-10 13:56:11 +08:00
parent 08c9d78d2a
commit 06cfd33e60
6 changed files with 24 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ export const STOKEY_WEBFIXCACHE_PREFIX = `${APP_NAME}_webfixcache_`;
export const CMD_TOGGLE_TRANSLATE = "toggleTranslate";
export const CMD_TOGGLE_STYLE = "toggleStyle";
export const CMD_OPEN_OPTIONS = "openOptions";
export const CLIENT_WEB = "web";
export const CLIENT_CHROME = "chrome";