Wecora

Capture images or links from any website to add to Wecora

Co to jest Wecora?

Wecora to rozszerzenie Chrome opracowane przez https://wecora.com, a jego główną funkcją jest „Capture images or links from any website to add to Wecora”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Wecora

Pobierz pliki rozszerzeń Wecora w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wecora Wecora
ID gjjalphikaenlagkgkkfiaocjmnpdfla
Oficjalny URL https://chromewebstore.google.com/detail/wecora/gjjalphikaenlagkgkkfiaocjmnpdfla
Opis Capture images or links from any website to add to Wecora
Rozmiar pliku 115 KB
Liczba instalacji 1,278
Aktualna Wersja 2.12
Ostatnia Aktualizacja 2018-02-01
Data Publikacji 2018-02-01
Ocena 2.67/5 Łącznie 3 Oceny
Deweloper https://wecora.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://wecora.com
Adres URL Strony Pomocy https://wecora.com/#contact
Adres URL Strony Polityki Prywatności https://wecora.com/privacy
Obsługiwane Języki 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"
    ]
}