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」です。
拡張機能のスクリーンショット
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].
拡張機能の基本情報
名前 | |
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 |
Eメール | [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": [] } |