AI 产品解读Chrome extension that helps researchers find and download open-access versions of academic papers by extracting the DOI from the current scholarly page and redirecting to configurable open-access search services.
Researchers and students encounter paywalled academic papers and need a quick way to locate legally available open-access versions across multiple repositories and databases.
1. User navigates to an academic paper page on any publisher site. 2. User clicks the ScienceHelper toolbar button to open the popup. 3. User clicks 'Download this paper'. 4. Extension injects a content script that scans the page's meta tags and DOM for a DOI. 5. Extension reads the configured paper search URL from storage (default: oa.mg). 6. Extension opens a new tab with the search service URL + extracted DOI, directing the user to find an open-access version.
Automatic DOI extraction from academic publisher websites via meta tags and DOM patterns (supports ScienceDirect, IEEE, PubMed, PsycNet, SAGE, Cairn, Epistemonikos, InderScienceOnline, and generic DOI meta tags)One-click redirection to open-access paper search services using the extracted DOIConfigurable paper search URL with preset options for 8 different services (OpenAccessButton, oaDOI, SemanticScholar, OAmg, Internet Archive Scholar, LibKey, Google Scholar, Google Search)Multi-language support (English, German, Spanish, Indonesian, Korean, Russian, Chinese)
- 目标用户
- Researchers / Graduate students / Academics / Anyone seeking open-access versions of scientific papers
- External services like oa.mg or OpenAccessButton may have their own login/payment requirements, but these are outside the extension's control and not gated by the extension.
- content.js is an empty file (0 bytes) — the actual DOI extraction is injected via chrome.scripting.executeScript from popup.js rather than a traditional content script.
- Cannot verify whether sciencehelper.vercel.app/instructions page has any login or payment requirements without fetching external content.
付费分析未识别到付费功能
No payment code, premium gating, billing APIs, subscriptions, or upgrade prompts exist anywhere in the extension. All features (DOI extraction, configurable search URL, multiple open-access service options) are fully available without any payment. The keyword 'pro' matches were false positives (German word 'probieren' meaning 'try' and JavaScript Array.prototype).
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has no login UI, no authentication calls, and no user account system. The entire core workflow—extracting a DOI from the current page and opening a search URL—works without any login. The destination services (e.g., oa.mg, OpenAccessButton) are public and accessed via direct URL construction.