withAr5iv

ArXiv with Ar5iv

Wat is withAr5iv?

withAr5iv is een Chrome-extensie ontwikkeld door polymonyrks, en de belangrijkste functie is "ArXiv with Ar5iv".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie withAr5iv

Download withAr5iv-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

                        Append ar5iv links to arXiv.
You can quickly access the ar5iv page from the arXiv page.                    

Basisinformatie over de Extensie

Naam withAr5iv withAr5iv
ID pcboocjafhilbgocjcnlcoilacnmncam
Officiële URL https://chromewebstore.google.com/detail/withar5iv/pcboocjafhilbgocjcnlcoilacnmncam
Beschrijving ArXiv with Ar5iv
Bestandsgrootte 13.56 KB
Aantal Installaties 809
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-10
Publicatiedatum 2022-02-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar polymonyrks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/polymonyrks/withAr5iv
Help Pagina-URL https://github.com/polymonyrks/withAr5iv
URL van de Privacybeleid Pagina https://functoy.com/privacypolicy
Ondersteunde Talen 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"
    }
}