Freeimage.host Image Uploader

Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host

ما هو Freeimage.host Image Uploader؟

Freeimage.host Image Uploader هو إضافة Chrome تم تطويرها بواسطة http://freeimage.host، والميزة الرئيسية لها هي "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host".

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

screenshot

تحميل ملف CRX للإضافة Freeimage.host Image Uploader

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

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

                        Features:
- Right click on any image on the web and upload to freeimage.host
- "Snipping tool" with automatic upload to freeimage.host

A notification with the image URL is presented.                    

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

الاسم Freeimage.host Image Uploader Freeimage.host Image Uploader
ID kgnlhgbjaebblellaillgfpkfdgalkek
عنوان URL الرسمي https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek
الوصف Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
حجم الملف 55.38 KB
عدد التثبيتات 125
النسخة الحالية 1.1
آخر تحديث 2019-09-09
تاريخ النشر 2019-09-09
المطور http://freeimage.host
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://freeimage.host
عنوان صفحة سياسة الخصوصية https://photoland.io/page/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freeimage.host Image Uploader",
    "default_locale": "en",
    "version": "1.1",
    "description": "__MSG_app_desc__",
    "icons": {
        "180": "assets\/img\/180.png",
        "192": "assets\/img\/192.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/jquery.min.js",
            "assets\/scripts\/app.js",
            "assets\/scripts\/upload.js",
            "assets\/scripts\/request.js"
        ]
    },
    "browser_action": {
        "default_title": "Freeimage.host Image Uploader",
        "default_icon": "assets\/img\/icon.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage"
    ]
}