IMAGE.cx Uploader

Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!

Τι είναι το IMAGE.cx Uploader;

Το IMAGE.cx Uploader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://image.cx, και η κύρια λειτουργία του είναι "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IMAGE.cx Uploader

Λήψη αρχείων επέκτασης IMAGE.cx Uploader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Right-click the image, simply click the upload button, then you get to save this image onto your image.cx account!
Also, you can capture the entire webpage or the visual part of the webpage, download it or save it into your image.cx account!!

Please make sure that you select the correct button to upload(NSFW Upload or Normal Upload).

Update Release v1.1.3 : 
1. NSFW Upload option added in content menu and webpage capture previewer.
2. Optimized the CSS of the popup box.
3. Renew the content of the popup box.

Important: This extension requires logging in at image.cx                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IMAGE.cx Uploader IMAGE.cx Uploader
ID omnpckhepjoooklhgainemmcflbklddc
Επίσημο URL https://chromewebstore.google.com/detail/imagecx-uploader/omnpckhepjoooklhgainemmcflbklddc
Περιγραφή Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!
Μέγεθος Αρχείου 185 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2020-05-04
Ημερομηνία Δημοσίευσης 2020-05-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://image.cx
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://image.cx
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMAGE.cx Uploader",
    "homepage_url": "https:\/\/image.cx\/",
    "short_name": "IMAGE.cx Uploader",
    "description": "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/upload.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js"
            ]
        }
    ]
}