Find Related Academic Papers | Researcher
With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.
Find Related Academic Papers | Researcherคืออะไร?
Find Related Academic Papers | Researcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.researcher-app.com และคุณลักษณะหลักของมันคือ "With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find Related Academic Papers | Researcher
ดาวน์โหลดไฟล์ส่วนขยาย Find Related Academic Papers | Researcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
--------------------------------------------------------------------- If you’re reading an academic paper online, just highlight the title, abstract, or keywords, open the extension, and you’ll immediately see a list of the most relevant and recently published content. What’s more, it also works on news articles, blogs, and even social media posts. This is a new product from the Researcher team so we’d love to get your feedback. If you have any questions, comments, or suggestions, please do get in touch with us at [email protected]. Researcher is a mobile and web platform that aims to make sure academics never miss important research - and our new extension means you’ll never be without the latest content wherever you are on the web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | anidheijpmdnigiojbbinkdcdihhhecp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/find-related-academic-pap/anidheijpmdnigiojbbinkdcdihhhecp |
คำอธิบาย | With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers. |
ขนาดไฟล์ | 333 KB |
จำนวนการติดตั้ง | 14,834 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2021-09-28 |
วันที่เผยแพร่ | 2019-09-24 |
คะแนน | 4.75/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://www.researcher-app.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.researcher-app.com?utm_source=&utm_medium=&utm_campaign=extension |
URL หน้าช่วยเหลือ | https://www.researcher-app.com/discover?utm_source=&utm_medium=&utm_campaign=extension |
URL หน้านโยบายความเป็นส่วนตัว | https://www.researcher-app.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Related Academic Papers | Researcher", "version": "0.8", "manifest_version": 2, "author": "Researcher", "description": "With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.", "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "browser_action": { "default_icon": "assets\/images\/logo.png", "default_popup": "popup.html", "default_title": "Researcher" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ] } |