Advanced Context Menu?
Opened this issue · 4 comments
jgodi commented
Is there a way to make the Context Menu be a menu with more choices rather than just a single button?
For example:
chrome.contextMenus.create({"title": "Test parent item", "id": "parent"});
chrome.contextMenus.create(
{"title": "Child 1", "parentId": "parent", "id": "child1"});
chrome.contextMenus.create(
{"title": "Child 2", "parentId": "parent", "id": "child2"});
console.log("parent child1 child2");
akrylysov commented
Not supported in current version.
jgodi commented
Are there any plans in future versions? If so could you say a timeframe? Would love to use this framework, just my extension relies on this feature.
Falpangaea commented
Has this been updated and resolved? Or is it still not supported?
neoighodaro commented
Is this still happening?