Crossminds Papers with Video
Find research videos for AI research papers on arXiv
Wat is Crossminds Papers with Video?
Crossminds Papers with Video is een Chrome-extensie ontwikkeld door http://crossminds.ai, en de belangrijkste functie is "Find research videos for AI research papers on arXiv".
Extensie Screenshots
Download het CRX-bestand van de extensie Crossminds Papers with Video
Download Crossminds Papers with Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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].
Basisinformatie over de Extensie
Naam | |
ID | eabiakehooihcmdbegmhaambcpmajkpd |
Officiële URL | https://chrome.google.com/webstore/detail/crossminds-papers-with-vi/eabiakehooihcmdbegmhaambcpmajkpd |
Beschrijving | Find research videos for AI research papers on arXiv |
Bestandsgrootte | 1023 KB |
Aantal Installaties | 787 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2021-07-21 |
Publicatiedatum | 2021-01-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://crossminds.ai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://crossminds.ai |
Help Pagina-URL | https://crossminds.ai/contact-us/ |
URL van de Privacybeleid Pagina | https://crossminds.ai/policies/privacy |
Ondersteunde Talen | 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": [] } |