0.5.0 • Published 2 months ago

page-button v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

monkit

A toolkit provide useful functions for tampermonkey scripts development.

MenuManger

import { MenuManager } from '@mefengl/monkit';

const defaultMenu = {
  "chat_language": getLocalLanguage() || "Chinese",
};
const menuManager = new MenuManager(defaultMenu);
const chatLanguage = menuManager.getMenuValue("chat_language");
0.5.0

2 months ago

0.4.1

7 months ago

0.4.2

6 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago