withAr5iv

ArXiv with Ar5iv

Hvad er withAr5iv?

withAr5iv er en Chrome-udvidelse udviklet af polymonyrks, og dens hovedfunktion er "ArXiv with Ar5iv".

Udvidelsesskærmbilleder

screenshot

Download withAr5iv-udvidelses-CRX-fil

Download withAr5iv-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn withAr5iv withAr5iv
ID pcboocjafhilbgocjcnlcoilacnmncam
Officiel URL https://chromewebstore.google.com/detail/withar5iv/pcboocjafhilbgocjcnlcoilacnmncam
Beskrivelse ArXiv with Ar5iv
Filstørrelse 13.56 KB
Antal Installationer 809
Nuværende Version 1.0
Senest Opdateret 2022-02-10
Udgivelsesdato 2022-02-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler polymonyrks
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/polymonyrks/withAr5iv
Hjælpeside-URL https://github.com/polymonyrks/withAr5iv
URL til Fortrolighedspolitik Side https://functoy.com/privacypolicy
Understøttede Sprog 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"
    }
}