Voody for Google Scholar
Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar
Voody for Google Scholar là gì?
Voody for Google Scholar là một tiện ích mở rộng Chrome được phát triển bởi Team MaiA, và tính năng chính của nó là "Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar".
Ả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 Voody for Google Scholar
Tải xuống các tệp mở rộng Voody for Google Scholar 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
Google Scholar for Voody helps to create systematic literature reviews and manuscripts by importing articles from Google scholar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Voody for Google Scholar |
ID | obfgjfdpponfnmibbkddcegelhfojhbn |
URL Chính Thức | https://chromewebstore.google.com/detail/voody-for-google-scholar/obfgjfdpponfnmibbkddcegelhfojhbn |
Mô tả | Create systematic literature reviews and manuscripts with Voody by importing articles from Google scholar |
Kích Thước Tệp | 592 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2022-07-25 |
Ngày Phát Hành | 2022-02-22 |
Nhà Phát Triển | Team MaiA |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://voody.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |