Image Convert and Download

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

ما هو Image Convert and Download؟

Image Convert and Download هو إضافة Chrome تم تطويرها بواسطة haseebeqx، والميزة الرئيسية لها هي "Allows to download svg and images and take screenshots in different formats".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Image Convert and Download

قم بتنزيل ملفات الامتداد Image Convert and Download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/haseebeqx/image-converter-downloader-extension
عنوان صفحة المساعدة 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
}