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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you save content on Europeana directly into your CultureMoves and WeaveX account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Europeana Collect Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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": [ "*:\/\/*\/*" ] } |