Upload To picBox

Upload an image to the free picBox service.

ما هو Upload To picBox؟

Upload To picBox هو إضافة Chrome تم تطويرها بواسطة http://picbox.us، والميزة الرئيسية لها هي "Upload an image to the free picBox service.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Upload To picBox

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

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

                        picBox enables you to share text, images, screen snips, full-screen and multi-monitor screen captures effortlessly and seamlessly to anyone on the internet.

The Upload to picBox extension is just another feature-set of the full picBox project, allowing you to right click and share images you find around the internet, as well as upload pictures from your computer directly to our secure servers, returning a text link into your clipboard.

We are dedicated to bringing you a great experience, and welcome any and all constructive feedback we recieve!

More information about picBox and its products can be found at https://picbox.us                    

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

الاسم Upload To picBox Upload To picBox
ID oogdogaijchgbmakknkjcmimfgdpodil
عنوان URL الرسمي https://chrome.google.com/webstore/detail/upload-to-picbox/oogdogaijchgbmakknkjcmimfgdpodil
الوصف Upload an image to the free picBox service.
حجم الملف 20.7 KB
عدد التثبيتات 36
النسخة الحالية 2.5.0
آخر تحديث 2013-04-13
تاريخ النشر 2013-04-13
تقييم 5.00/5 مجموع تقييمات 10
المطور http://picbox.us
نوع الدفع free
موقع الإضافة https://picbox.us
اللغات المدعومة en
manifest.json
{
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "upload.html",
        "default_title": "Upload To picBox"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Upload an image to the free picBox service.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Upload To picBox",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "version": "2.5.0"
}