Reddit->Imgur Uploader

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

Co je Reddit->Imgur Uploader?

Reddit->Imgur Uploader je rozšíření Chrome vyvinuté David Sawyer, a jeho hlavní funkcí je „Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Reddit->Imgur Uploader

Stáhněte si soubory rozšíření Reddit->Imgur Uploader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
Oficiální URL https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Popis Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Velikost souboru 1.27 MB
Počet instalací 77
Aktuální Verze 0.5.3
Poslední Aktualizace 2023-07-19
Datum Vydání 2017-02-08
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář David Sawyer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/davidsawyer/reddit-imgur-uploader
URL Stránky Nápovědy https://github.com/davidsawyer/reddit-imgur-uploader/issues
Podporované Jazyky 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"
    }
}