Europeana Collect Plugin

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

ما هو Europeana Collect Plugin؟

Europeana Collect Plugin هو إضافة Chrome تم تطويرها بواسطة astan، والميزة الرئيسية لها هي "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Europeana Collect Plugin

قم بتنزيل ملفات الامتداد Europeana Collect Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://portal.culturemoves.eu
عنوان صفحة المساعدة https://portal.culturemoves.eu
عنوان صفحة سياسة الخصوصية 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": [
        "*:\/\/*\/*"
    ]
}