Reddit->Imgur Uploader

Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab

¿Qué es Reddit->Imgur Uploader?

Reddit->Imgur Uploader es una extensión de Chrome desarrollada por David Sawyer, y su función principal es "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reddit->Imgur Uploader

Descarga archivos de extensión Reddit->Imgur Uploader 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

                        Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab                    

Información Básica de la Extensión

Nombre Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
URL Oficial https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Descripción Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Tamaño del Archivo 1.27 MB
Cantidad de Instalaciones 77
Versión Actual 0.5.3
Última Actualización 2023-07-19
Fecha de Publicación 2017-02-08
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador David Sawyer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/davidsawyer/reddit-imgur-uploader
URL de la Página de Ayuda https://github.com/davidsawyer/reddit-imgur-uploader/issues
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit->Imgur Uploader",
    "description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab",
    "version": "0.5.3",
    "author": "David Sawyer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*",
                "*:\/\/*.reddit.com\/submit",
                "*:\/\/*.reddit.com\/submit?*",
                "*:\/\/*.reddit.com\/submit\/*",
                "*:\/\/*.reddit.com\/*\/submit",
                "*:\/\/*.reddit.com\/*\/submit?*",
                "*:\/\/*.reddit.com\/*\/submit\/*",
                "*:\/\/*.reddit.com\/message",
                "*:\/\/*.reddit.com\/message?*",
                "*:\/\/*.reddit.com\/message\/*",
                "*:\/\/*.reddit.com\/*\/comments\/*"
            ],
            "css": [
                "dist\/core.css"
            ],
            "js": [
                "dist\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "dist\/images\/*"
    ],
    "icons": {
        "16": "dist\/images\/icon32.png",
        "48": "dist\/images\/icon96.png",
        "128": "dist\/images\/icon256.png",
        "256": "dist\/images\/icon512.png"
    }
}