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

Cos'è IMAGE.cx Uploader?

IMAGE.cx Uploader è un'estensione di Chrome sviluppata da https://image.cx, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IMAGE.cx Uploader

Scarica i file di estensione IMAGE.cx Uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IMAGE.cx Uploader IMAGE.cx Uploader
ID omnpckhepjoooklhgainemmcflbklddc
URL Ufficiale https://chromewebstore.google.com/detail/imagecx-uploader/omnpckhepjoooklhgainemmcflbklddc
Descrizione Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!
Dimensione del File 185 KB
Conteggio Installazioni 44
Versione Corrente 1.1.3
Ultimo Aggiornamento 2020-05-04
Data di Pubblicazione 2020-05-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://image.cx
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://image.cx
Lingue Supportate 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"
            ]
        }
    ]
}