Scientific Research Assistant
List of websites post for scientific research
Scientific Research Assistant là gì?
Scientific Research Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://sem-dev.net, và tính năng chính của nó là "List of websites post for scientific research".
Ả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 Scientific Research Assistant
Tải xuống các tệp mở rộng Scientific Research Assistant 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
This extension is to assist researchers easy access most popular websites for scientific research. From the popup, you can find four buttons, starting by existing where you can find popular websites Quick search, is to easy access to google scholar by entering the test you want look for it and then click on Google search or the second search engine. The last buttons is to easy access to download papers from sci-hub. .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scientific Research Assistant |
ID | jooegpcnchemlkionfejkjijhjenmdag |
URL Chính Thức | https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag |
Mô tả | List of websites post for scientific research |
Kích Thước Tệp | 117 KB |
Số Lần Cài Đặt | 479 |
Phiên Bản Hiện Tại | 10.3 |
Cập Nhật Lần Cuối | 2023-02-13 |
Ngày Phát Hành | 2020-12-27 |
Nhà Phát Triển | https://sem-dev.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SEM-DEV/Scientific-Research-Assistant |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scientific Research Assistant", "version": "10.3", "description": "List of websites post for scientific research", "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus" ], "icons": { "16": "icon_16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+A", "windows": "Alt+A", "mac": "Alt+A", "chromeos": "Alt+A", "linux": "Alt+A" } } } } |