Plaudit
View and add endorsements to scholarly articles
Plaudit क्या है?
Plaudit https://plaudit.pub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View and add endorsements to scholarly articles"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Plaudit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |