Wecora

Capture images or links from any website to add to Wecora

Wecora란 무엇입니까?

Wecora은(는) https://wecora.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture images or links from any website to add to Wecora"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Wecora 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}