Plaudit
View and add endorsements to scholarly articles
Plaudit란 무엇입니까?
Plaudit은(는) https://plaudit.pub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and add endorsements to scholarly articles"입니다.
확장 프로그램 스크린샷
Plaudit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } } |