Plaudit
View and add endorsements to scholarly articles
什麼是Plaudit?
Plaudit是由https://plaudit.pub開發的Chrome擴展程式,該擴展的主要功能是“View and add endorsements to scholarly articles”。
擴展截圖
下載Plaudit擴展crx文件
下載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 |
官方網址 | 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" ] } } |