1 // Copyright (c) 2012 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": "commands",
8 "description": "Use the commands API to add keyboard shortcuts that trigger actions in your extension, for example, an action to open the browser action or send a command to the extension.",
17 "description": "The name of the Extension Command"
22 "description": "The Extension Command description"
27 "description": "The shortcut active for this command, or blank if not active."
35 "description": "Fired when a registered command is activated using a keyboard shortcut.",
49 "description": "Returns all the registered extension commands for this extension and their shortcut (if active).",
64 "description": "Called to return the registered commands."