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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Image Convert and Download Image Convert and Download
ID ebdifgjdeelbjjbbnmbcggnaehencepi
官方網址 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
電子郵箱 [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
}