Europeana Collect Plugin

This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.

Что такое Europeana Collect Plugin?

Europeana Collect Plugin - это расширение Chrome, разработанное astan, и его основная функция - "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Europeana Collect Plugin

Скачайте файлы расширений Europeana Collect Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The extension allows you to re-use Europeana content. Every time you browse or search Europeana (https://www.europeana.eu) you can use the extension to automatically add the current Europeana item to your MovesScrapbook (https://portal.culturemoves.eu) or WEAVEx (https://experience.weave-culture.eu) account. In this way you can create your bookmarks for cultural content and re-use the Europeana items collected in new scrapbooks or stories.                    

Основная информация о расширении

Название Europeana Collect Plugin Europeana Collect Plugin
ID iojfnkckbebcebomogmfgjfagfclmkid
Официальный URL https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid
Описание This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
Размер файла 634 KB
Количество установок 35
Текущая Версия 1.3
Последнее Обновление 2022-04-13
Дата публикации 2019-07-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик astan
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://portal.culturemoves.eu
URL страницы помощи https://portal.culturemoves.eu
URL страницы политики конфиденциальности https://in-two.com/imprint
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Europeana Collect Plugin",
    "description": "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.",
    "homepage_url": "https:\/\/in-two.com\/",
    "version": "1.3",
    "options_page": "\/app\/html\/options.html",
    "options_ui": {
        "page": "\/app\/html\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "\/public\/images\/dancer-19px.png",
        "default_popup": "\/app\/html\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}