papers-with-video

Show video explanations for research papers

什么是papers-with-video?

papers-with-video是由amitness开发的Chrome扩展程序,该扩展的主要功能是“Show video explanations for research papers”。

扩展截图

screenshot

下载papers-with-video扩展crx文件

下载papers-with-video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add a video icon to the paper title on arxiv.org if a conference video exists for the paper.

The list of supported papers: http://bit.ly/supported-papers                    

扩展基本信息

名称 papers-with-video papers-with-video
ID aflnhgmklenfljibnfellgkmdpmmoekf
官方URL https://chromewebstore.google.com/detail/papers-with-video/aflnhgmklenfljibnfellgkmdpmmoekf
简介 Show video explanations for research papers
文件大小 546 KB
安装次数 1,000
当前版本 0.5.2
更新时间 2022-06-03
上架时间 2021-02-04
评分 5.00/5 共1次评分
开发者 amitness
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://amitness.com/privacy/index.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "papers-with-video",
    "version": "0.5.2",
    "description": "Show video explanations for research papers",
    "author": "Amit Chaudhary ",
    "homepage_url": "https:\/\/github.com\/amitness\/papers-with-video",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/arxiv.org\/abs\/*",
                "http:\/\/arxiv.org\/abs\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/mapping.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "144": "images\/icon.png"
    },
    "offline_enabled": true
}