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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Europeana Collect Plugin Europeana Collect Plugin
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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}