Wecora
Capture images or links from any website to add to Wecora
Что такое Wecora?
Wecora - это расширение Chrome, разработанное https://wecora.com, и его основная функция - "Capture images or links from any website to add to Wecora".
Снимки экрана расширения
Скачать файл CRX расширения Wecora
Скачайте файлы расширений Wecora в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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": [ " |