KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

Advanced Context Menu? #128

Open jgodi opened 9 years ago

jgodi commented 9 years ago

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 9 years ago

Not supported in current version.

jgodi commented 9 years ago

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 7 years ago

Has this been updated and resolved? Or is it still not supported?

neoighodaro commented 6 years ago

Is this still happening?