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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}