withAr5iv
ArXiv with Ar5iv
Qu'est-ce que withAr5iv ?
withAr5iv est une extension Chrome développée par polymonyrks, et sa fonction principale est "ArXiv with Ar5iv".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension withAr5iv
Téléchargez les fichiers d'extension withAr5iv 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
Append ar5iv links to arXiv. You can quickly access the ar5iv page from the arXiv page.
Informations de Base sur l'Extension
Nom | withAr5iv |
ID | pcboocjafhilbgocjcnlcoilacnmncam |
URL Officiel | https://chromewebstore.google.com/detail/withar5iv/pcboocjafhilbgocjcnlcoilacnmncam |
Description | ArXiv with Ar5iv |
Taille du Fichier | 13.56 KB |
Nombre d'Installations | 809 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-02-10 |
Date de Publication | 2022-02-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | polymonyrks |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/polymonyrks/withAr5iv |
URL de la Page d'Aide | https://github.com/polymonyrks/withAr5iv |
URL de la Page de Politique de Confidentialité | https://functoy.com/privacypolicy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "withAr5iv", "short_name": "withAr5iv", "version": "1.0", "manifest_version": 3, "description": "ArXiv with Ar5iv", "host_permissions": [ "https:\/\/arxiv.org\/", "http:\/\/arxiv.org\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.arxiv.org\/*" ], "js": [ "withAr5iv.js" ], "all_frames": true } ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } } |