Plaudit
View and add endorsements to scholarly articles
Plaudit là gì?
Plaudit là một tiện ích mở rộng Chrome được phát triển bởi https://plaudit.pub, và tính năng chính của nó là "View and add endorsements to scholarly articles".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Plaudit
Tải xuống các tệp mở rộng Plaudit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Plaudit |
ID | bmiognkendaelpjffodmfimmbcllbcen |
URL Chính Thức | https://chromewebstore.google.com/detail/plaudit/bmiognkendaelpjffodmfimmbcllbcen |
Mô tả | View and add endorsements to scholarly articles |
Kích Thước Tệp | 251 KB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 0.1.38 |
Cập Nhật Lần Cuối | 2021-07-27 |
Ngày Phát Hành | 2019-11-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://plaudit.pub |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://plaudit.pub |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |