Wecora

Capture images or links from any website to add to Wecora

Was ist Wecora?

Wecora ist eine Chrome-Erweiterung, die von https://wecora.com entwickelt wurde, und ihr Hauptmerkmal ist "Capture images or links from any website to add to Wecora".

Erweiterungsscreenshots

screenshot
screenshot

Wecora-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wecora-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wecora Wecora
ID gjjalphikaenlagkgkkfiaocjmnpdfla
Offizielle URL https://chromewebstore.google.com/detail/wecora/gjjalphikaenlagkgkkfiaocjmnpdfla
Beschreibung Capture images or links from any website to add to Wecora
Dateigröße 115 KB
Installationsanzahl 1,278
Aktuelle Version 2.12
Letztes Update 2018-02-01
Veröffentlichungsdatum 2018-02-01
Bewertung 2.67/5 Insgesamt 3 Bewertungen
Entwickler https://wecora.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wecora.com
Hilfeseite URL https://wecora.com/#contact
URL der Datenschutzrichtlinien-Seite https://wecora.com/privacy
Unterstützte Sprachen 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"
    ]
}