Europeana Collect Plugin

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

What is Europeana Collect Plugin?

Europeana Collect Plugin is a Chrome extension developed by astan, and its main feature is "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Europeana Collect Plugin Extension CRX File

Download Europeana Collect Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Europeana Collect Plugin Europeana Collect Plugin
ID iojfnkckbebcebomogmfgjfagfclmkid
Official URL https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid
Description This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
File Size 634 KB
Installation Count 35
Current Version 1.3
Last Updated 2022-04-13
Publish Date 2019-07-26
Rating 5.00/5 Total 1 Ratings
Developer astan
Email [email protected]
Payment Type free
Extension Website https://portal.culturemoves.eu
Help Page URL https://portal.culturemoves.eu
Privacy Policy Page URL https://in-two.com/imprint
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}