Wecora

Capture images or links from any website to add to Wecora

Wecora là gì?

Wecora là một tiện ích mở rộng Chrome được phát triển bởi https://wecora.com, và tính năng chính của nó là "Capture images or links from any website to add to Wecora".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wecora

Tải xuống các tệp mở rộng Wecora dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wecora Wecora
ID gjjalphikaenlagkgkkfiaocjmnpdfla
URL Chính Thức https://chromewebstore.google.com/detail/wecora/gjjalphikaenlagkgkkfiaocjmnpdfla
Mô tả Capture images or links from any website to add to Wecora
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 1,278
Phiên Bản Hiện Tại 2.12
Cập Nhật Lần Cuối 2018-02-01
Ngày Phát Hành 2018-02-01
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://wecora.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wecora.com
URL Trang Trợ Giúp https://wecora.com/#contact
URL Trang Chính Sách Bảo Mật https://wecora.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}