Europeana Collect Plugin
This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
Co to jest Europeana Collect Plugin?
Europeana Collect Plugin to rozszerzenie Chrome opracowane przez astan, a jego główną funkcją jest „This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Europeana Collect Plugin
Pobierz pliki rozszerzeń Europeana Collect Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iojfnkckbebcebomogmfgjfagfclmkid |
Oficjalny URL | https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid |
Opis | This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account. |
Rozmiar pliku | 634 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2022-04-13 |
Data Publikacji | 2019-07-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | astan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://portal.culturemoves.eu |
Adres URL Strony Pomocy | https://portal.culturemoves.eu |
Adres URL Strony Polityki Prywatności | https://in-two.com/imprint |
Obsługiwane Języki | 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": [ "*:\/\/*\/*" ] } |