Crossminds Papers with Video

Find research videos for AI research papers on arXiv

什么是Crossminds Papers with Video?

Crossminds Papers with Video是由http://crossminds.ai开发的Chrome扩展程序,该扩展的主要功能是“Find research videos for AI research papers on arXiv”。

扩展截图

screenshot
screenshot

下载Crossminds Papers with Video扩展crx文件

下载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].                    

扩展基本信息

名称 Crossminds Papers with Video Crossminds Papers with Video
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": []
}