Chevereto Uploader by Your-Pictionary.com

Upload your images with one click to your favorite Chevereto host and share it with your friends!

Τι είναι το Chevereto Uploader by Your-Pictionary.com;

Το Chevereto Uploader by Your-Pictionary.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.your-pictionary.com, και η κύρια λειτουργία του είναι "Upload your images with one click to your favorite Chevereto host and share it with your friends!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chevereto Uploader by Your-Pictionary.com

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

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

                        This is an extension for the Chevereto image host script (https://chevereto.com/). Your-Pictionary.com, is a free image hosting and sharing website based on Chevereto.

This extension allows you to save time creating screenshots of websites. It has also a build in editor to edit your images before you upload the image to your favorite image host.

Changelog:
01.03.2015 (1.2.3):
     - Added https support.
     - You can chose between image URL and image link for your uploads.                    

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

Όνομα Chevereto Uploader by Your-Pictionary.com Chevereto Uploader by Your-Pictionary.com
ID memndahppdnephfcpklgnldajahnahfo
Επίσημο URL https://chrome.google.com/webstore/detail/chevereto-uploader-by-you/memndahppdnephfcpklgnldajahnahfo
Περιγραφή Upload your images with one click to your favorite Chevereto host and share it with your friends!
Μέγεθος Αρχείου 161 KB
Αριθμός Εγκαταστάσεων 120
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2015-07-17
Ημερομηνία Δημοσίευσης 2015-07-17
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://www.your-pictionary.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.your-pictionary.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.your-pictionary.com/page/contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chevereto Uploader by Your-Pictionary.com",
    "author": "Sven Bloch",
    "homepage_url": "http:\/\/www.your-pictionary.com\/",
    "short_name": "Chevereto Uploader",
    "description": "Upload your images with one click to your favorite Chevereto host and share it with your friends!",
    "version": "1.2.4",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "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": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/content.js",
                "js\/area.js"
            ]
        }
    ]
}