Crossminds Papers with Video
Find research videos for AI research papers on arXiv
Vad är Crossminds Papers with Video?
Crossminds Papers with Video är en Chrome-tillägg utvecklad av http://crossminds.ai, och dess huvudfunktion är "Find research videos for AI research papers on arXiv".
Tilläggsskärmbilder
Ladda ner Crossminds Papers with Video-förlängningens CRX-fil
Ladda ner Crossminds Papers with Video-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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].
Grundläggande Information om Tillägg
Namn | |
ID | eabiakehooihcmdbegmhaambcpmajkpd |
Officiell webbadress | https://chrome.google.com/webstore/detail/crossminds-papers-with-vi/eabiakehooihcmdbegmhaambcpmajkpd |
Beskrivning | Find research videos for AI research papers on arXiv |
Filstorlek | 1023 KB |
Antal Installationer | 787 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2021-07-21 |
Publiceringsdatum | 2021-01-30 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://crossminds.ai |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://crossminds.ai |
Hjälpsida URL | https://crossminds.ai/contact-us/ |
URL till Sekretesspolicy Sidan | https://crossminds.ai/policies/privacy |
Stödda Språk | 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": [] } |