SaveAs - save image as PNG/JPG/WebP
save as PNG/JPG/WebP for page images by the right-click context menu.
什么是SaveAs - save image as PNG/JPG/WebP?
SaveAs - save image as PNG/JPG/WebP是由margaretafossb70开发的Chrome扩展程序,该扩展的主要功能是“save as PNG/JPG/WebP for page images by the right-click context menu.”。
扩展截图
下载SaveAs - save image as PNG/JPG/WebP扩展crx文件
下载SaveAs - save image as PNG/JPG/WebP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
How to save image as PNG/JPG/WebP?Save image as type on the right-click context menu. 扩展基本信息
| 名称 | |
| ID | emlllnmkpoigndgcippjedejjcjaleil |
| 官方URL | https://chromewebstore.google.com/detail/saveas-save-image-as-pngj/emlllnmkpoigndgcippjedejjcjaleil |
| 简介 | save as PNG/JPG/WebP for page images by the right-click context menu. |
| 文件大小 | 54.64 KB |
| 安装次数 | 5,000 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-10-21 |
| 上架时间 | 2022-10-21 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | margaretafossb70 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://extensiondock.com/privacy |
| 支持的语言 | id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"icons": {
"128": "logo.png"
},
"background": {
"service_worker": "js\/background.js"
},
"default_locale": "en",
"manifest_version": 3,
"permissions": [
"downloads",
"contextMenus",
"scripting",
"declarativeNetRequest",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"version": "1.0.0",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/emlllnmkpoigndgcippjedejjcjaleil"
} | |