ScienceHelper (download millions of papers)
With ScienceHelper, you can download millions of scientific articles
ScienceHelper (download millions of papers) là gì?
ScienceHelper (download millions of papers) là một tiện ích mở rộng Chrome được phát triển bởi general-extension, và tính năng chính của nó là "With ScienceHelper, you can download millions of scientific articles".
Ả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 ScienceHelper (download millions of papers)
Tải xuống các tệp mở rộng ScienceHelper (download millions of papers) 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
ScienceHelper is a Chrome Extension for researchers and students. Use it to download papers and articles from thousands of websites. When you find an academic paper, simply click the ScienceHelper button in your toolbar to search the web for a legal Open Access version. ScienceHelper will automatically find the DOI of the paper you are looking at and use that information to find the paper from various online sources and databases.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScienceHelper (download millions of papers) |
ID | bfcnpcbokihfdpffiiocgjlcnjpicffb |
URL Chính Thức | https://chromewebstore.google.com/detail/sciencehelper-download-mi/bfcnpcbokihfdpffiiocgjlcnjpicffb |
Mô tả | With ScienceHelper, you can download millions of scientific articles |
Kích Thước Tệp | 57.69 KB |
Số Lần Cài Đặt | 22,840 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-06-02 |
Ngày Phát Hành | 2023-05-29 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | general-extension |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sciencehelper.vercel.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,es,ru,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "short_name": "sciencehelper", "version": "1.4", "author": "ScienceHelper", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "16": "icons\/Icon-16.png", "32": "icons\/Icon-32.png", "48": "icons\/Icon-48.png", "64": "icons\/Icon-64.png", "96": "icons\/Icon-96.png", "128": "icons\/Icon-128.png", "256": "icons\/Icon-256.png", "512": "icons\/Icon-512.png", "1024": "icons\/Icon-1024.png" }, "action": { "default_popup": "popup.html", "browser_style": true, "default_icon": { "48": "icons\/Icon-48.png", "96": "icons\/Icon-96.png" }, "default_title": "__MSG_ext_default_title__", "theme_icons": [ { "light": "icons\/Icon-48.png", "dark": "icons\/Icon-48.png", "size": 48 }, { "light": "icons\/Icon-96.png", "dark": "icons\/Icon-96.png", "size": 96 } ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "options_ui": { "page": "options.html", "browser_style": true } } |