ExpressIMG - Resize images from URL
A super fast image resizer that can resize images straight from the internet. No file download required!
什麼是ExpressIMG - Resize images from URL?
ExpressIMG - Resize images from URL是由katauskasdomas開發的Chrome擴展程式,該擴展的主要功能是“A super fast image resizer that can resize images straight from the internet. No file download required!”。
擴展截圖
下載ExpressIMG - Resize images from URL擴展crx文件
下載ExpressIMG - Resize images from URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly resize images directly from the website. Just paste the image url and select your desired dimensions. The file will be downloaded for you already resized so you don`t need to save the original image on your computer.
Supported formats: PNG, JPG, SVG.
NOTICE
You have to make sure that the image you are trying to resize is publicly accessible.
For support, email [email protected] 擴展基本資訊
| 名稱 | |
| ID | ifcoagfkdeikcbbadpgnngjhmjbghmce |
| 官方網址 | https://chromewebstore.google.com/detail/expressimg-resize-images/ifcoagfkdeikcbbadpgnngjhmjbghmce |
| 簡介 | A super fast image resizer that can resize images straight from the internet. No file download required! |
| 檔案大小 | 51.97 KB |
| 安裝次數 | 28 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-12-20 |
| 上架時間 | 2021-12-16 |
| 開發者 | katauskasdomas |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ExpressIMG - Resize images from URL",
"description": "A super fast image resizer that can resize images straight from the internet. No file download required!",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"downloads",
"downloads.open"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
}
},
"icons": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
},
"host_permissions": [
"https:\/\/resize-image-server.herokuapp.com\/"
]
} | |