Europeana Collect Plugin
This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
Was ist Europeana Collect Plugin?
Europeana Collect Plugin ist eine Chrome-Erweiterung, die von astan entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.".
Erweiterungsscreenshots
Europeana Collect Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Europeana Collect Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iojfnkckbebcebomogmfgjfagfclmkid |
Offizielle URL | https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid |
Beschreibung | This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account. |
Dateigröße | 634 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.3 |
Letztes Update | 2022-04-13 |
Veröffentlichungsdatum | 2019-07-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | astan |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://portal.culturemoves.eu |
Hilfeseite URL | https://portal.culturemoves.eu |
URL der Datenschutzrichtlinien-Seite | https://in-two.com/imprint |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } |