Reddit->Imgur Uploader

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

Qu'est-ce que Reddit->Imgur Uploader ?

Reddit->Imgur Uploader est une extension Chrome développée par David Sawyer, et sa fonction principale est "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reddit->Imgur Uploader

Téléchargez les fichiers d'extension Reddit->Imgur Uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
URL Officiel https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Description Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Taille du Fichier 1.27 MB
Nombre d'Installations 77
Version Actuelle 0.5.3
Dernière Mise à Jour 2023-07-19
Date de Publication 2017-02-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur David Sawyer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/davidsawyer/reddit-imgur-uploader
URL de la Page d'Aide https://github.com/davidsawyer/reddit-imgur-uploader/issues
Langues Prises en Charge 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"
    }
}