Wecora

Capture images or links from any website to add to Wecora

ما هو Wecora؟

Wecora هو إضافة Chrome تم تطويرها بواسطة https://wecora.com، والميزة الرئيسية لها هي "Capture images or links from any website to add to Wecora".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Wecora

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

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

                        Completely redesigned to make it easier to capture not only individual images but multiple images on a page to send to a project.  

To use, simply CLICK on the Wecora button in your toolbar.  All the images on the page will then appear in a grid for you to select.  If you want to select multiple at a time, just click the Select Multiple button in the top right.  Please note, when selecting multiple images you will not be able to enter individual item details, you'll need to do that later on Wecora.  If you select an individual image, you can enter full details.

Quick tip!  If you see a single image you want to capture, just RIGHT CLICK the image and select "Add to Wecora" to add that image and details to Wecora.                    

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

الاسم Wecora Wecora
ID gjjalphikaenlagkgkkfiaocjmnpdfla
عنوان URL الرسمي https://chromewebstore.google.com/detail/wecora/gjjalphikaenlagkgkkfiaocjmnpdfla
الوصف Capture images or links from any website to add to Wecora
حجم الملف 115 KB
عدد التثبيتات 1,278
النسخة الحالية 2.12
آخر تحديث 2018-02-01
تاريخ النشر 2018-02-01
تقييم 2.67/5 مجموع تقييمات 3
المطور https://wecora.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://wecora.com
عنوان صفحة المساعدة https://wecora.com/#contact
عنوان صفحة سياسة الخصوصية https://wecora.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wecora",
    "version": "2.12",
    "description": "Capture images or links from any website to add to Wecora",
    "web_accessible_resources": [
        "add_to_wecora.png",
        "logo_16.png"
    ],
    "browser_action": {
        "default_icon": "logo_48.png",
        "default_title": "Wecora"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "get_image_details.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}