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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Επίσημο 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
Διεύθυνση 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
}