ArxivGPT
Summarize a arXiv paper and provide key insights.
ArxivGPT क्या है?
ArxivGPT hunkim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize a arXiv paper and provide key insights."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ArxivGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ArxivGPT is a Google Chrome plug-in that helps you quickly understand the content of arXiv papers. With just a click, it summarizes the paper and provides key insights, saving you time and helping you quickly grasp the main ideas and concepts. Whether you're a researcher, student, or just curious about a particular topic, ArxivGPT makes it easy to stay informed and up-to-date on the latest developments in your field. You can also ask follow up questions in the ask me anything input/button.
एक्सटेंशन की मूल जानकारी
नाम | ArxivGPT |
ID | fbbfpcjhnnklhmncjickdipdlhoddjoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/arxivgpt/fbbfpcjhnnklhmncjickdipdlhoddjoh |
विवरण | Summarize a arXiv paper and provide key insights. |
फ़ाइल का आकार | 337 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2023.02.14 |
अंतिम अपडेट | 2023-02-15 |
प्रकाशन तिथि | 2023-02-07 |
रेटिंग | 3.78/5 कुल 9 रेटिंग्स |
डेवलपर | hunkim |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hunkimForks/chatgpt-arxiv-extension |
सहायता पृष्ठ URL | https://github.com/hunkimForks/chatgpt-arxiv-extension/issues |
समर्थित भाषाएँ | de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2023.02.14", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/arxiv.org\/*", "https:\/\/www.biorxiv.org\/content\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ] } |