Imgup.io remote uploader
This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
ما هو Imgup.io remote uploader؟
Imgup.io remote uploader هو إضافة Chrome تم تطويرها بواسطة http://imgup.io، والميزة الرئيسية لها هي "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Imgup.io remote uploader
قم بتنزيل ملفات الامتداد Imgup.io remote uploader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension will enable you to right-click on images and immediately uploaded them to http://imgup.io - the free image hosting website. From there, you'll be able to share your image wherever you like. Some websites have hot-linking protection, which will stop you from sharing there content. This extension also eliminates the need to download an image to your computer, find a host and upload it.
معلومات أساسية عن التمديد
الاسم | |
ID | gnhkahfmikapdcfnmbclobpembneonfn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn |
الوصف | This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share. |
حجم الملف | 156 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-01-04 |
تاريخ النشر | 2015-01-04 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | http://imgup.io |
نوع الدفع | free |
موقع الإضافة | http://imgup.io |
عنوان صفحة المساعدة | http://imgup.io/contact |
اللغات المدعومة | en-GB |
manifest.json | |
{ "manifest_version": 2, "name": "Imgup.io remote uploader", "description": "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.", "version": "1.0", "permissions": [ "storage", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "img\/favicon.png" }, "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "http:\/\/imgup.io", "background": { "scripts": [ "js\/background.js" ] } } |