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 |
| 官方網址 | 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"
} | |