Imgur Uploader

Paste images into the textbox to upload it to Imgur

Τι είναι το Imgur Uploader;

Το Imgur Uploader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ianwitherow, και η κύρια λειτουργία του είναι "Paste images into the textbox to upload it to Imgur".

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

screenshot
screenshot
screenshot

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

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

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

                        Uploads images to imgur.

You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.                    

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

Όνομα Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
Επίσημο URL https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
Περιγραφή Paste images into the textbox to upload it to Imgur
Μέγεθος Αρχείου 296 KB
Αριθμός Εγκαταστάσεων 110
Τρέχουσα Έκδοση 1.0.1.13
Τελευταία Ενημέρωση 2016-03-15
Ημερομηνία Δημοσίευσης 2016-03-15
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής ianwitherow
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paste images into the textbox to upload it to Imgur",
    "manifest_version": 2,
    "icons": {
        "128": ".\/images\/Imgur_Logo_Icon.png",
        "16": ".\/images\/Imgur_Logo_Icon.png",
        "48": ".\/images\/Imgur_Logo_Icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/Imgur_Logo_Icon.png",
        "default_title": "Imgur Uploader",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "6.0.472",
    "name": "Imgur Uploader",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.1.13"
}