arxiv -> ar5iv

Automatically replace arxiv links with ar5iv

Qu'est-ce que arxiv -> ar5iv ?

arxiv -> ar5iv est une extension Chrome développée par hannepps, et sa fonction principale est "Automatically replace arxiv links with ar5iv".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension arxiv -> ar5iv

Téléchargez les fichiers d'extension arxiv -> ar5iv 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

                        With this extension you will automatically see the arxiv pdf rendered as a (html5+mathJax) web-page, since it replaces arxiv links with ar5iv.

This behaviour can be toggled by clicking the extension, it either always loads the html version or the pdf version.

For more details of this FOSS extension see https://github.com/HannesGitH/arxiv--ar5iv#readme                    

Informations de Base sur l'Extension

Nom arxiv -> ar5iv arxiv -> ar5iv
ID ledhlnbblmkmfdckpmolbpocibcanfda
URL Officiel https://chromewebstore.google.com/detail/arxiv-%3E-ar5iv/ledhlnbblmkmfdckpmolbpocibcanfda
Description Automatically replace arxiv links with ar5iv
Taille du Fichier 21.88 KB
Nombre d'Installations 293
Version Actuelle 1.0.0.2
Dernière Mise à Jour 2022-06-03
Date de Publication 2022-03-30
Évaluation 3.00/5 Total 2 Évaluations
Développeur hannepps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/HannesGitH/arxiv--ar5iv#readme
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "arxiv -> ar5iv",
    "description": "Automatically replace arxiv links with ar5iv",
    "version": "1.0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/arxiv.org\/*",
        "*:\/\/www.arxiv.org\/*",
        "*:\/\/ar5iv.org\/*",
        "*:\/\/ar5iv.labs.arxiv.org\/*",
        "*:\/\/www.ar5iv.org\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "arxiv_to_ar5iv",
                "enabled": true,
                "path": "arxiv_to_ar5iv.json"
            },
            {
                "id": "ar5iv_to_arxiv",
                "enabled": true,
                "path": "ar5iv_to_arxiv.json"
            }
        ]
    },
    "icons": {
        "128": "icon128.png"
    }
}