-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zh-CN: create extensionTypes.ImageDetails
#23534
Conversation
Preview URLs Flaws (13)URL:
External URLs (2)URL:
(comment last updated: 2024-09-21 04:26:10) |
files/zh-cn/mozilla/add-ons/webextensions/api/extensiontypes/imagedetails/index.md
Outdated
Show resolved
Hide resolved
|
||
{{AddonSidebar}} | ||
|
||
有关图片格式、质量、区域和缩放的详细信息。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不应翻译为“缩放”,前后文不一致了
有关图片格式、质量、区域和缩放的详细信息。 | |
有关捕获图片的格式、质量、区域和比例的详细信息。 |
- `width`:矩形的宽度。 | ||
- `height`:矩形的高度。 | ||
|
||
该选项在 Firefox 82 中引入。若省略该属性,则将捕获当前可见视口。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
专有名词,别翻译错了
该选项在 Firefox 82 中引入。若省略该属性,则将捕获当前可见视口。 | |
该选项在 Firefox 82 中引入。若省略该属性,则将捕获当前可视视口。 |
{{WebExtExamples}} | ||
|
||
> [!NOTE] | ||
> 此 API 基于 Chromium 的 [`chrome.extensionTypes`](https://developer.chrome.com/docs/extensions/reference/extensionTypes/#type-ImageDetails) API。该文档衍生自 Chromium 代码中的 [`extension_types.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/extension_types.json)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> 此 API 基于 Chromium 的 [`chrome.extensionTypes`](https://developer.chrome.com/docs/extensions/reference/extensionTypes/#type-ImageDetails) API。该文档衍生自 Chromium 代码中的 [`extension_types.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/extension_types.json)。 | |
> 此 API 基于 Chromium 的 [`chrome.extensionTypes`](https://developer.chrome.com/docs/extensions/reference/api/extensionTypes#type-ImageDetails) API。该文档衍生自 Chromium 代码中的 [`extension_types.json`](https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/extension_types.json)。 |
title: extensionTypes.ImageDetails | ||
slug: Mozilla/Add-ons/WebExtensions/API/extensionTypes/ImageDetails | ||
l10n: | ||
sourceCommit: a16fecbf75f71fc11e03ef6cd0b0c34ad6f3d480 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sourceCommit: a16fecbf75f71fc11e03ef6cd0b0c34ad6f3d480 | |
sourceCommit: b8a0743ca8b1e1b1b1a95cc93a4413c020f11262 |
files/zh-cn/mozilla/add-ons/webextensions/api/extensiontypes/imagedetails/index.md
Outdated
Show resolved
Hide resolved
…magedetails/index.md Co-authored-by: A1lo <[email protected]>
Co-authored-by: A1lo <[email protected]>
No description provided.