Chevereto Uploader by Your-Pictionary.com

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

¿Qué es Chevereto Uploader by Your-Pictionary.com?

Chevereto Uploader by Your-Pictionary.com es una extensión de Chrome desarrollada por http://www.your-pictionary.com, y su función principal es "Upload your images with one click to your favorite Chevereto host and share it with your friends!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Chevereto Uploader by Your-Pictionary.com

Descarga archivos de extensión Chevereto Uploader by Your-Pictionary.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Chevereto Uploader by Your-Pictionary.com Chevereto Uploader by Your-Pictionary.com
ID memndahppdnephfcpklgnldajahnahfo
URL Oficial https://chrome.google.com/webstore/detail/chevereto-uploader-by-you/memndahppdnephfcpklgnldajahnahfo
Descripción Upload your images with one click to your favorite Chevereto host and share it with your friends!
Tamaño del Archivo 161 KB
Cantidad de Instalaciones 120
Versión Actual 1.2.4
Última Actualización 2015-07-17
Fecha de Publicación 2015-07-17
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador http://www.your-pictionary.com
Tipo de Pago free
Sitio Web de la Extensión http://www.your-pictionary.com/
URL de la Página de Ayuda http://www.your-pictionary.com/page/contact
Idiomas Soportados 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"
            ]
        }
    ]
}