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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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": [
        "*:\/\/*\/*"
    ]
}