Reddit->Imgur Uploader

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

Cos'è Reddit->Imgur Uploader?

Reddit->Imgur Uploader è un'estensione di Chrome sviluppata da David Sawyer, e la sua funzione principale è "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reddit->Imgur Uploader

Scarica i file di estensione Reddit->Imgur Uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
URL Ufficiale https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Descrizione Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Dimensione del File 1.27 MB
Conteggio Installazioni 77
Versione Corrente 0.5.3
Ultimo Aggiornamento 2023-07-19
Data di Pubblicazione 2017-02-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore David Sawyer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/davidsawyer/reddit-imgur-uploader
URL della Pagina di Aiuto https://github.com/davidsawyer/reddit-imgur-uploader/issues
Lingue Supportate 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"
    }
}