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 | 
| 公式URL | 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 | 
| Eメール | [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\/"
    ]
}  |  |