Europeana Collect Plugin

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

Europeana Collect Plugin là gì?

Europeana Collect Plugin là một tiện ích mở rộng Chrome được phát triển bởi astan, và tính năng chính của nó là "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Europeana Collect Plugin

Tải xuống các tệp mở rộng Europeana Collect Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Europeana Collect Plugin Europeana Collect Plugin
ID iojfnkckbebcebomogmfgjfagfclmkid
URL Chính Thức https://chromewebstore.google.com/detail/europeana-collect-plugin/iojfnkckbebcebomogmfgjfagfclmkid
Mô tả This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.
Kích Thước Tệp 634 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-04-13
Ngày Phát Hành 2019-07-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển astan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://portal.culturemoves.eu
URL Trang Trợ Giúp https://portal.culturemoves.eu
URL Trang Chính Sách Bảo Mật https://in-two.com/imprint
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}