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!!

Qu'est-ce que IMAGE.cx Uploader ?

IMAGE.cx Uploader est une extension Chrome développée par https://image.cx, et sa fonction principale est "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IMAGE.cx Uploader

Téléchargez les fichiers d'extension IMAGE.cx Uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom IMAGE.cx Uploader IMAGE.cx Uploader
ID omnpckhepjoooklhgainemmcflbklddc
URL Officiel https://chromewebstore.google.com/detail/imagecx-uploader/omnpckhepjoooklhgainemmcflbklddc
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!!
Taille du Fichier 185 KB
Nombre d'Installations 44
Version Actuelle 1.1.3
Dernière Mise à Jour 2020-05-04
Date de Publication 2020-05-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://image.cx
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://image.cx
Langues Prises en Charge 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"
            ]
        }
    ]
}