Wecora

Capture images or links from any website to add to Wecora

Vad är Wecora?

Wecora är en Chrome-tillägg utvecklad av https://wecora.com, och dess huvudfunktion är "Capture images or links from any website to add to Wecora".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Wecora-förlängningens CRX-fil

Ladda ner Wecora-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Wecora Wecora
ID gjjalphikaenlagkgkkfiaocjmnpdfla
Officiell webbadress https://chromewebstore.google.com/detail/wecora/gjjalphikaenlagkgkkfiaocjmnpdfla
Beskrivning Capture images or links from any website to add to Wecora
Filstorlek 115 KB
Antal Installationer 1,278
Aktuell Version 2.12
Senast Uppdaterad 2018-02-01
Publiceringsdatum 2018-02-01
Betyg 2.67/5 Totalt 3 Betyg
Utvecklare https://wecora.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wecora.com
Hjälpsida URL https://wecora.com/#contact
URL till Sekretesspolicy Sidan https://wecora.com/privacy
Stödda Språk 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"
    ]
}