Imgur Uploader

Paste images into the textbox to upload it to Imgur

ما هو Imgur Uploader؟

Imgur Uploader هو إضافة Chrome تم تطويرها بواسطة ianwitherow، والميزة الرئيسية لها هي "Paste images into the textbox to upload it to Imgur".

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

screenshot
screenshot
screenshot

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

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

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

                        Uploads images to imgur.

You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.                    

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

الاسم Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
عنوان URL الرسمي https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
الوصف Paste images into the textbox to upload it to Imgur
حجم الملف 296 KB
عدد التثبيتات 110
النسخة الحالية 1.0.1.13
آخر تحديث 2016-03-15
تاريخ النشر 2016-03-15
تقييم 4.00/5 مجموع تقييمات 3
المطور ianwitherow
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paste images into the textbox to upload it to Imgur",
    "manifest_version": 2,
    "icons": {
        "128": ".\/images\/Imgur_Logo_Icon.png",
        "16": ".\/images\/Imgur_Logo_Icon.png",
        "48": ".\/images\/Imgur_Logo_Icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/Imgur_Logo_Icon.png",
        "default_title": "Imgur Uploader",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "6.0.472",
    "name": "Imgur Uploader",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.1.13"
}