Cool Papers Redirector
Redirect paper links to papers.cool
Cool Papers Redirector란 무엇입니까?
Cool Papers Redirector은(는) https://papers.cool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect paper links to papers.cool"입니다.
확장 프로그램 스크린샷
Cool Papers Redirector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance your academic research with the "Cool Papers Redirector" Chrome extension, the ultimate tool for scholars, researchers, and anyone immersed in the world of academic papers. Simplify your workflow by seamlessly identifying arXiv paper IDs from selected text, links, or your current page's URL, and get instant access to professional paper summaries and interpretations. **Key Features:** - **Easy Identification:** Automatically detects potential arXiv paper IDs within the text you select or the page you are on. - **One-Click Access:** Right-click to reveal a dedicated context menu that redirects you to the corresponding paper on Cool Papers (https://papers.cool). - **Professional Summaries:** Leverage the power of Kimi Chat (https://kimi.moonshot.cn), an advanced AI model, to quickly obtain expert-level summaries and analyses of academic papers. - **Open Academic Resource:** Cool Papers is an open academic platform designed to filter the latest research papers efficiently, making scholarly communication more accessible. By installing this extension, you're not only streamlining your academic research process but also engaging with cutting-edge AI technology to deepen your understanding of complex research topics. Whether you're searching for insights, preparing literature reviews, or staying updated with your field's latest developments, "Cool Papers Redirector" is your companion for a more productive academic journey. [Install now] and transform the way you interact with academic literature!
확장 프로그램 기본 정보
이름 | Cool Papers Redirector |
ID | goopbgbhhhionbpfdkkblnbeopfmlihm |
공식 URL | https://chromewebstore.google.com/detail/cool-papers-redirector/goopbgbhhhionbpfdkkblnbeopfmlihm |
설명 | Redirect paper links to papers.cool |
파일 크기 | 25.98 KB |
설치 횟수 | 683 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2024-01-19 |
출시 날짜 | 2024-01-19 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | https://papers.cool |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://papers.cool |
개인정보 보호 정책 페이지 URL | https://github.com/bojone/papers.cool/blob/main/Chrome/privacy_policy.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cool Papers Redirector", "version": "0.1.0", "description": "Redirect paper links to papers.cool", "icons": { "128": "icon.png" }, "action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html" }, "permissions": [ "contextMenus", "notifications" ], "background": { "service_worker": "background.js" } } |