Wecora

Capture images or links from any website to add to Wecora

Wat is Wecora?

Wecora is een Chrome-extensie ontwikkeld door https://wecora.com, en de belangrijkste functie is "Capture images or links from any website to add to Wecora".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Wecora

Download Wecora-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wecora Wecora
ID gjjalphikaenlagkgkkfiaocjmnpdfla
Officiële URL https://chromewebstore.google.com/detail/wecora/gjjalphikaenlagkgkkfiaocjmnpdfla
Beschrijving Capture images or links from any website to add to Wecora
Bestandsgrootte 115 KB
Aantal Installaties 1,278
Huidige Versie 2.12
Laatst Bijgewerkt 2018-02-01
Publicatiedatum 2018-02-01
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://wecora.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wecora.com
Help Pagina-URL https://wecora.com/#contact
URL van de Privacybeleid Pagina https://wecora.com/privacy
Ondersteunde Talen 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"
    ]
}