Image Convert and Download

Allows to download svg and images and take screenshots in different formats

Apa itu Image Convert and Download?

Image Convert and Download adalah ekstensi Chrome yang dikembangkan oleh haseebeqx, dan fitur utamanya adalah "Allows to download svg and images and take screenshots in different formats".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Convert and Download

Unduh file ekstensi Image Convert and Download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Image Convert and Download Image Convert and Download
ID ebdifgjdeelbjjbbnmbcggnaehencepi
URL Resmi https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi
Deskripsi Allows to download svg and images and take screenshots in different formats
Ukuran File 14.53 KB
Jumlah Instalasi 45
Versi Saat Ini 0.3
Terakhir Diperbarui 2020-12-31
Tanggal Publikasi 2020-12-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang haseebeqx
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/haseebeqx/image-converter-downloader-extension
URL Halaman Bantuan https://github.com/haseebeqx/image-converter-downloader-extension/issues
Bahasa yang Didukung 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
}