AI 产品解读Display a summary of peer-review ratings and decisions for academic submissions on OpenReview
OpenReview submission pages require scrolling through long threads to find ratings and accept/reject decisions. This extension extracts and displays that information in a compact, always-visible summary box.
1. User navigates to an OpenReview submission page (e.g., openreview.net/forum?id=...). 2. The background script detects the page load and sends a message to the content script. 3. The content script extracts the forum ID from the URL, fetches review data from the OpenReview API, parses ratings and decisions, and injects a summary table into the page. 4. Users can click rating rows to jump to specific reviews or toggle the summary panel visibility.
Displays reviewer ratings (scores) and final accept/reject decisions in a summary panelClick on a rating row to auto-scroll to the corresponding review commentAutomatically appears on OpenReview submission/forum pagesSupports most conferences and journals hosted on OpenReview (e.g., NeurIPS, ICLR)Calculates and displays average rating when ratings are numeric
- 目标用户
- Academic researchers / Paper authors / Reviewers / Conference participants
- The extension relies on the OpenReview API structure; if the API response format changes, the parsing logic may break. No offline or local data storage is used. The analysis is based on static source code inspection without live execution testing.
付费分析未识别到付费功能
The extension is entirely free. There are no references to payment, subscription, upgrade, pricing, or billing in the source code. The 'pro' keyword match was a false positive from the _metadata/verified_contents.json file (a Chrome Web Store integrity manifest). The extension simply fetches and displays publicly available or user-accessible review data from OpenReview without gating any features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension operates exclusively on openreview.net and calls the OpenReview API (api2.openreview.net / api.openreview.net) with credentials: 'include'. OpenReview is an academic peer-review platform that requires users to log in to view submission details, reviews, and decisions. The extension cannot function without the user being authenticated on the destination service.
Quite useful!
Very good extension!
Good job~
This extension is simple yet very useful - highly recommend it!