1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace": "contextMenusInternal",
8 "description": "Use the <code>chrome.contextMenus</code> API to add items to Google Chrome's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.",
13 "description": "Information sent when a context menu item is clicked.",
17 { "type": "integer" },
20 "description": "The ID of the menu item that was clicked."
24 { "type": "integer" },
28 "description": "The parent ID, if any, for the item clicked."
33 "description": "One of 'image', 'video', or 'audio' if the context menu was activated on one of these types of elements."
38 "description": "If the element is a link, the URL it points to."
43 "description": "Will be present for elements with a 'src' URL."
48 "description": "The URL of the page where the menu item was clicked. This property is not set if the click occured in a context where there is no current page, such as in a launcher context menu."
53 "description": " The URL of the frame of the element where the context menu was clicked, if it was in a frame."
58 "description": "The text for the context selection, if any."
62 "description": "A flag indicating whether the element is editable (text input, textarea, etc.)."
67 "description": "A flag indicating the state of a checkbox or radio item before it was clicked."
72 "description": "A flag indicating the state of a checkbox or radio item after it is clicked."
81 "description": "Fired when a context menu item is clicked.",
85 "$ref": "OnClickData",
86 "description": "Information about the item clicked and the context where the click happened."
91 "description": "The details of the tab where the click took place. If the click did not take place in a tab, this parameter will be missing.",