papers-with-video

Show video explanations for research papers

Wat is papers-with-video?

papers-with-video is een Chrome-extensie ontwikkeld door amitness, en de belangrijkste functie is "Show video explanations for research papers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie papers-with-video

Download papers-with-video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam papers-with-video papers-with-video
ID aflnhgmklenfljibnfellgkmdpmmoekf
Officiële URL https://chromewebstore.google.com/detail/papers-with-video/aflnhgmklenfljibnfellgkmdpmmoekf
Beschrijving Show video explanations for research papers
Bestandsgrootte 546 KB
Aantal Installaties 1,000
Huidige Versie 0.5.2
Laatst Bijgewerkt 2022-06-03
Publicatiedatum 2021-02-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar amitness
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://amitness.com/privacy/index.html
Ondersteunde Talen 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
}