Reddit->Imgur Uploader

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

Wat is Reddit->Imgur Uploader?

Reddit->Imgur Uploader is een Chrome-extensie ontwikkeld door David Sawyer, en de belangrijkste functie is "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Reddit->Imgur Uploader

Download Reddit->Imgur Uploader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
Officiële URL https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Beschrijving Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Bestandsgrootte 1.27 MB
Aantal Installaties 77
Huidige Versie 0.5.3
Laatst Bijgewerkt 2023-07-19
Publicatiedatum 2017-02-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar David Sawyer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/davidsawyer/reddit-imgur-uploader
Help Pagina-URL https://github.com/davidsawyer/reddit-imgur-uploader/issues
Ondersteunde Talen 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"
    }
}