Europeana Collect Plugin

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

Co je Europeana Collect Plugin?

Europeana Collect Plugin je rozšíření Chrome vyvinuté astan, a jeho hlavní funkcí je „This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Europeana Collect Plugin

Stáhněte si soubory rozšíření Europeana Collect Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Europeana Collect Plugin Europeana Collect Plugin
ID iojfnkckbebcebomogmfgjfagfclmkid
Oficiální URL https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid
Popis This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
Velikost souboru 634 KB
Počet instalací 35
Aktuální Verze 1.3
Poslední Aktualizace 2022-04-13
Datum Vydání 2019-07-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář astan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://portal.culturemoves.eu
URL Stránky Nápovědy https://portal.culturemoves.eu
URL Stránky Zásad Ochrany Soukromí https://in-two.com/imprint
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}