papers-with-video

Show video explanations for research papers

Apa itu papers-with-video?

papers-with-video adalah ekstensi Chrome yang dikembangkan oleh amitness, dan fitur utamanya adalah "Show video explanations for research papers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi papers-with-video

Unduh file ekstensi papers-with-video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama papers-with-video papers-with-video
ID aflnhgmklenfljibnfellgkmdpmmoekf
URL Resmi https://chromewebstore.google.com/detail/papers-with-video/aflnhgmklenfljibnfellgkmdpmmoekf
Deskripsi Show video explanations for research papers
Ukuran File 546 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.5.2
Terakhir Diperbarui 2022-06-03
Tanggal Publikasi 2021-02-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang amitness
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://amitness.com/privacy/index.html
Bahasa yang Didukung 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
}