papers-with-video

Show video explanations for research papers

Qu'est-ce que papers-with-video ?

papers-with-video est une extension Chrome développée par amitness, et sa fonction principale est "Show video explanations for research papers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension papers-with-video

Téléchargez les fichiers d'extension papers-with-video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom papers-with-video papers-with-video
ID aflnhgmklenfljibnfellgkmdpmmoekf
URL Officiel https://chromewebstore.google.com/detail/papers-with-video/aflnhgmklenfljibnfellgkmdpmmoekf
Description Show video explanations for research papers
Taille du Fichier 546 KB
Nombre d'Installations 1,000
Version Actuelle 0.5.2
Dernière Mise à Jour 2022-06-03
Date de Publication 2021-02-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur amitness
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://amitness.com/privacy/index.html
Langues Prises en Charge 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
}