Europeana Collect Plugin
This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
什么是Europeana Collect Plugin?
Europeana Collect Plugin是由astan开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.”。
扩展截图
下载Europeana Collect Plugin扩展crx文件
下载Europeana Collect Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | iojfnkckbebcebomogmfgjfagfclmkid |
官方URL | https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid |
简介 | This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account. |
文件大小 | 634 KB |
安装次数 | 35 |
当前版本 | 1.3 |
更新时间 | 2022-04-13 |
上架时间 | 2019-07-26 |
评分 | 5.00/5 共1次评分 |
开发者 | astan |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://portal.culturemoves.eu |
帮助页面URL | https://portal.culturemoves.eu |
隐私政策页面URL | https://in-two.com/imprint |
支持的语言 | 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": [ "*:\/\/*\/*" ] } |