Home | History | Annotate | Download | only in api

Lines Matching full:imagedata

1555         "description": "Sets the icon for the page action. The icon can be specified either as the path to an image file or as the pixel data from a canvas element. Either the <b>path</b> or the <b>imageData</b> property must be specified.",
1562 "imageData": {
1564 "isInstanceOf": "ImageData",
1567 "description": "Pixel data for an image. Must be an ImageData object (for example, from a canvas element).",
1648 "description": "Sets the icon for the browser action. The icon can be specified either as the path to an image file or as the pixel data from a canvas element. Either the <b>path</b> or the <b>imageData</b> property must be specified.",
1654 "imageData": {
1656 "isInstanceOf": "ImageData",
1659 "description": "Pixel data for an image. Must be an ImageData object (for example, from a <code>canvas</code> element).",
4137 "imageData": {
4139 "isInstanceOf": "ImageData",
4142 "description": "Pixel data for an image to show on the sidebar's mini tab. Must be an ImageData object (for example, from a <code>canvas</code> element). Only one of the imagePath/imageData parameters all owed. The extension's icon is used by default. The preferred size of the icon is 16x16 pixels, any other size will be scaled to 16x16.",
4148 "description": "Relative path to an image in the extension to show on the sidebar's mini tab. Only one of the imagePath/imageData parameters all owed. The extension's icon is used by default. The preferred size of the icon is 16x16 pixels, any other size will be scaled to 16x16."