Crossminds Papers with Video
Find research videos for AI research papers on arXiv
Crossminds Papers with Videoคืออะไร?
Crossminds Papers with Video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://crossminds.ai และคุณลักษณะหลักของมันคือ "Find research videos for AI research papers on arXiv"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crossminds Papers with Video
ดาวน์โหลดไฟล์ส่วนขยาย Crossminds Papers with Video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
While browsing arXiv.org, Crossminds papers with video extension instantly help you find research videos and GitHub codes related to each paper. Powered by Crossminds.ai research video platform, this free extension currently covers over 23,850 videos and 149 conferences in artificial intelligence, machine learning, deep learning, computer vision, natural language processing (NLP), robotics and many other topics in the computer science domain. Any feedback or thoughts about this product are welcomed! Feel free to email us at [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eabiakehooihcmdbegmhaambcpmajkpd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/crossminds-papers-with-vi/eabiakehooihcmdbegmhaambcpmajkpd |
คำอธิบาย | Find research videos for AI research papers on arXiv |
ขนาดไฟล์ | 1023 KB |
จำนวนการติดตั้ง | 787 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2021-07-21 |
วันที่เผยแพร่ | 2021-01-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://crossminds.ai |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://crossminds.ai |
URL หน้าช่วยเหลือ | https://crossminds.ai/contact-us/ |
URL หน้านโยบายความเป็นส่วนตัว | https://crossminds.ai/policies/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Crossminds Papers with Video", "version": "0.0.6", "action": { "default_icon": { "256": "images\/256.png", "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "default_title": "Crossminds Papers with Video" }, "description": "Find research videos for AI research papers on arXiv", "author": "Crossminds.ai", "icons": { "256": "images\/256.png", "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "short_name": "cm-chrome-ext", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/arxiv.org\/search\/*", "http:\/\/arxiv.org\/search\/*", "https:\/\/arxiv.org\/abs\/*", "http:\/\/arxiv.org\/abs\/*" ], "run_at": "document_end" } ], "content_security_policy": [] } |