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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://wecora.com/#contact
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}