Voody for Google Scholar
Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar
Voody for Google Scholar란 무엇입니까?
Voody for Google Scholar은(는) Team MaiA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar"입니다.
확장 프로그램 스크린샷
Voody for Google Scholar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Scholar for Voody helps to create systematic literature reviews and manuscripts by importing articles from Google scholar
확장 프로그램 기본 정보
이름 | Voody for Google Scholar |
ID | obfgjfdpponfnmibbkddcegelhfojhbn |
공식 URL | https://chromewebstore.google.com/detail/voody-for-google-scholar/obfgjfdpponfnmibbkddcegelhfojhbn |
설명 | Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar |
파일 크기 | 592 KB |
설치 횟수 | 66 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2022-07-25 |
출시 날짜 | 2022-02-22 |
개발자 | Team MaiA |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://voody.io/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Voody for Google Scholar", "description": "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar", "version": "1.1.3", "icons": { "16": "assets\/common\/icon.png", "48": "assets\/common\/icon.png", "128": "assets\/common\/icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Voody for Google Scholar", "default_icon": "assets\/common\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.genproresearch.com\/*", "*:\/\/*.voody.io\/*", "http:\/\/127.0.0.1\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.genproresearch.com\/*", "*:\/\/*.voody.io\/*", "http:\/\/127.0.0.1\/*" ], "js": [ "contentScriptVoody.js" ] }, { "matches": [ "https:\/\/scholar.google.com\/*" ], "js": [ "contentScriptGoogleScholar.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*.svg", "fonts\/*.ttf" ], "matches": [ "https:\/\/scholar.google.com\/*" ] } ] } |