Europeana Collect Plugin

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

Vad är Europeana Collect Plugin?

Europeana Collect Plugin är en Chrome-tillägg utvecklad av astan, och dess huvudfunktion är "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Europeana Collect Plugin-förlängningens CRX-fil

Ladda ner Europeana Collect Plugin-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

                        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.                    

Grundläggande Information om Tillägg

Namn Europeana Collect Plugin Europeana Collect Plugin
ID iojfnkckbebcebomogmfgjfagfclmkid
Officiell webbadress https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid
Beskrivning This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
Filstorlek 634 KB
Antal Installationer 35
Aktuell Version 1.3
Senast Uppdaterad 2022-04-13
Publiceringsdatum 2019-07-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare astan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://portal.culturemoves.eu
Hjälpsida URL https://portal.culturemoves.eu
URL till Sekretesspolicy Sidan https://in-two.com/imprint
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}