Reddit->Imgur Uploader

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

ما هو Reddit->Imgur Uploader؟

Reddit->Imgur Uploader هو إضافة Chrome تم تطويرها بواسطة David Sawyer، والميزة الرئيسية لها هي "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Reddit->Imgur Uploader

قم بتنزيل ملفات الامتداد Reddit->Imgur Uploader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
الوصف Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
حجم الملف 1.27 MB
عدد التثبيتات 77
النسخة الحالية 0.5.3
آخر تحديث 2023-07-19
تاريخ النشر 2017-02-08
تقييم 5.00/5 مجموع تقييمات 3
المطور David Sawyer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/davidsawyer/reddit-imgur-uploader
عنوان صفحة المساعدة https://github.com/davidsawyer/reddit-imgur-uploader/issues
اللغات المدعومة 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"
    }
}