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": "pageCapture",
8 "description": "Use the <code>chrome.pageCapture</code> API to save a tab as MHTML.",
11 "name": "saveAsMHTML",
13 "description": "Saves the content of the tab with given id as MHTML.",
22 "description": "The id of the tab to save as MHTML."
29 "description": "Called when the MHTML has been generated.",
35 "description": "The MHTML data as a Blob."