Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Image Convert and Downloadとは何ですか?
Image Convert and Downloadはhaseebeqxによって開発されたChromeの拡張機能で、その主な機能は「Allows to download svg and images and take screenshots in different formats」です。
拡張機能のスクリーンショット
Image Convert and Download拡張機能のCRXファイルをダウンロード
Image Convert and Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.                     拡張機能の基本情報
| 名前 |   |  
| ID | ebdifgjdeelbjjbbnmbcggnaehencepi | 
| 公式URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi | 
| 説明 | Allows to download svg and images and take screenshots in different formats | 
| ファイルサイズ | 14.53 KB | 
| インストール数 | 45 | 
| 現在のバージョン | 0.3 | 
| 最終更新日 | 2020-12-31 | 
| 公開日 | 2020-12-20 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | haseebeqx | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/haseebeqx/image-converter-downloader-extension | 
| ヘルプページのURL | https://github.com/haseebeqx/image-converter-downloader-extension/issues | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Convert and Download",
    "version": "0.3",
    "description": "Allows to download svg and images and take screenshots in different formats",
    "permissions": [
        "contextMenus",
        "downloads",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "contextMenu.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}  |  |