Imgup.io remote uploader

This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.

Τι είναι το Imgup.io remote uploader;

Το Imgup.io remote uploader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://imgup.io, και η κύρια λειτουργία του είναι "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Imgup.io remote uploader

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

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

                        This Chrome extension will enable you to right-click on images and immediately uploaded them to http://imgup.io - the free image hosting website. From there, you'll be able to share your image wherever you like.

Some websites have hot-linking protection, which will stop you from sharing there content. This extension also eliminates the need to download an image to your computer, find a host and upload it.                    

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

Όνομα Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
Επίσημο URL https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
Περιγραφή This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
Μέγεθος Αρχείου 156 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-01-04
Ημερομηνία Δημοσίευσης 2015-01-04
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://imgup.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://imgup.io
Διεύθυνση URL της Σελίδας Βοήθειας http://imgup.io/contact
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "manifest_version": 2,
    "name": "Imgup.io remote uploader",
    "description": "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.",
    "version": "1.0",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/favicon.png"
    },
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/imgup.io",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}