Chevereto Uploader by Your-Pictionary.com

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

Was ist Chevereto Uploader by Your-Pictionary.com?

Chevereto Uploader by Your-Pictionary.com ist eine Chrome-Erweiterung, die von http://www.your-pictionary.com entwickelt wurde, und ihr Hauptmerkmal ist "Upload your images with one click to your favorite Chevereto host and share it with your friends!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Chevereto Uploader by Your-Pictionary.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chevereto Uploader by Your-Pictionary.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chevereto Uploader by Your-Pictionary.com Chevereto Uploader by Your-Pictionary.com
ID memndahppdnephfcpklgnldajahnahfo
Offizielle URL https://chrome.google.com/webstore/detail/chevereto-uploader-by-you/memndahppdnephfcpklgnldajahnahfo
Beschreibung Upload your images with one click to your favorite Chevereto host and share it with your friends!
Dateigröße 161 KB
Installationsanzahl 120
Aktuelle Version 1.2.4
Letztes Update 2015-07-17
Veröffentlichungsdatum 2015-07-17
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.your-pictionary.com
Zahlungsart free
Erweiterungswebsite http://www.your-pictionary.com/
Hilfeseite URL http://www.your-pictionary.com/page/contact
Unterstützte Sprachen 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"
            ]
        }
    ]
}