papers-with-video

Show video explanations for research papers

papers-with-video là gì?

papers-with-video là một tiện ích mở rộng Chrome được phát triển bởi amitness, và tính năng chính của nó là "Show video explanations for research papers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng papers-with-video

Tải xuống các tệp mở rộng papers-with-video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên papers-with-video papers-with-video
ID aflnhgmklenfljibnfellgkmdpmmoekf
URL Chính Thức https://chromewebstore.google.com/detail/papers-with-video/aflnhgmklenfljibnfellgkmdpmmoekf
Mô tả Show video explanations for research papers
Kích Thước Tệp 546 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.5.2
Cập Nhật Lần Cuối 2022-06-03
Ngày Phát Hành 2021-02-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển amitness
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://amitness.com/privacy/index.html
Ngôn Ngữ Được Hỗ Trợ 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
}