Skip to content

Instantly share code, notes, and snippets.

@nguyenphucbao68
Last active April 18, 2018 14:02
Show Gist options
  • Save nguyenphucbao68/1107907ce9293c04f93bed771baf3c7f to your computer and use it in GitHub Desktop.
Save nguyenphucbao68/1107907ce9293c04f93bed771baf3c7f to your computer and use it in GitHub Desktop.
Context Menu - Kick CallBack - Onclick - Extension
var title = "Kick Member này khỏi nhóm";
var id = chrome.contextMenus.create({"title": title, "contexts":["link"],"onclick": kickmem});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment