Upload to Imgur
When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.
ما هو Upload to Imgur؟
Upload to Imgur هو إضافة Chrome تم تطويرها بواسطة b3zman41، والميزة الرئيسية لها هي "When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Upload to Imgur
قم بتنزيل ملفات الامتداد Upload to Imgur بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.
معلومات أساسية عن التمديد
الاسم | |
ID | kedcacdiooafipfmpdgdjaaekkdnhibn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/upload-to-imgur/kedcacdiooafipfmpdgdjaaekkdnhibn |
الوصف | When you right click an image, a context menu will appear allowing you to upload the image directly to imgur. |
حجم الملف | 679 KB |
عدد التثبيتات | 857 |
النسخة الحالية | 2.2 |
آخر تحديث | 2015-02-27 |
تاريخ النشر | 2015-02-27 |
تقييم | 3.73/5 مجموع تقييمات 11 |
المطور | b3zman41 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Upload to Imgur", "version": "2.2", "minimum_chrome_version": "23", "icons": { "16": "imgur_16.png", "128": "imgur_128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "main.js", "jquery.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "jquery.js", "content_script.js" ] } ] } |