withAr5iv
ArXiv with Ar5iv
Vad är withAr5iv?
withAr5iv är en Chrome-tillägg utvecklad av polymonyrks, och dess huvudfunktion är "ArXiv with Ar5iv".
Tilläggsskärmbilder
Ladda ner withAr5iv-förlängningens CRX-fil
Ladda ner withAr5iv-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Append ar5iv links to arXiv. You can quickly access the ar5iv page from the arXiv page.
Grundläggande Information om Tillägg
Namn | withAr5iv |
ID | pcboocjafhilbgocjcnlcoilacnmncam |
Officiell webbadress | https://chromewebstore.google.com/detail/withar5iv/pcboocjafhilbgocjcnlcoilacnmncam |
Beskrivning | ArXiv with Ar5iv |
Filstorlek | 13.56 KB |
Antal Installationer | 809 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-02-10 |
Publiceringsdatum | 2022-02-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | polymonyrks |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/polymonyrks/withAr5iv |
Hjälpsida URL | https://github.com/polymonyrks/withAr5iv |
URL till Sekretesspolicy Sidan | https://functoy.com/privacypolicy |
Stödda Språk | 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" } } |