<- Chrome Settings Library

DefaultSearchProviderImageURLPostParams

Parameters for image URL which uses POST
Last updated October 8, 2024

If DefaultSearchProviderEnabled is on, then setting DefaultSearchProviderImageURLPostParams specifies the parameters during image search with POST. It consists of comma-separated, name-value pairs. If a value is a template parameter, such as {imageThumbnail}, real image thumbnail data replaces it. Leaving DefaultSearchProviderImageURLPostParams unset means image search request is sent using the GET method. The URL must specify the image parameter using a valid combination of the following placeholders depending on what the search provider supports: '{google:imageURL}', '{google:imageOriginalHeight}', '{google:imageOriginalWidth}', '{google:processedImageDimensions}', '{google:imageSearchSource}', '{google:imageThumbnail}', '{google:imageThumbnailBase64}'.

Supported On:
Platform Start End
iOS 88
Android 30
Chrome (Windows, Mac, Linux) 29
ChromeOS 29
Example value:

"content={google:imageThumbnail},url={google:imageURL},sbisrc={google:imageSearchSource}"

Features: