Plaudit
View and add endorsements to scholarly articles
Τι είναι το Plaudit;
Το Plaudit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://plaudit.pub, και η κύρια λειτουργία του είναι "View and add endorsements to scholarly articles".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Plaudit
Λήψη αρχείων επέκτασης Plaudit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Plaudit is a new initiative to allow researchers to get recognition for their work, regardless of where their work is published. With this extension, you can endorse research you encounter by clicking the Plaudit icon in your browser toolbar. For more information, see https://plaudit.pub Requested permissions: - Read website data: this is needed to determine whether a given webpage includes a scholarly work that you can endorse. - That's it!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Plaudit |
ID | bmiognkendaelpjffodmfimmbcllbcen |
Επίσημο URL | https://chromewebstore.google.com/detail/plaudit/bmiognkendaelpjffodmfimmbcllbcen |
Περιγραφή | View and add endorsements to scholarly articles |
Μέγεθος Αρχείου | 251 KB |
Αριθμός Εγκαταστάσεων | 227 |
Τρέχουσα Έκδοση | 0.1.38 |
Τελευταία Ενημέρωση | 2021-07-27 |
Ημερομηνία Δημοσίευσης | 2019-11-11 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://plaudit.pub |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://plaudit.pub |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plaudit", "version": "0.1.38", "description": "View and add endorsements to scholarly articles", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/*.plaudit.pub https:\/\/plaudit.pub; frame-src 'self' https:\/\/*.plaudit.pub https:\/\/plaudit.pub; style-src 'self' 'unsafe-inline';", "page_action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_title": "Plaudit", "default_popup": "popup\/widget.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "build\/content_script.js" ] } ], "background": { "scripts": [ "build\/background_script.js" ] } } |