withAr5iv
ArXiv with Ar5iv
What is withAr5iv?
withAr5iv is a Chrome extension developed by polymonyrks, and its main feature is "ArXiv with Ar5iv".
Extension Screenshots
Download withAr5iv Extension CRX File
Download withAr5iv extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Append ar5iv links to arXiv. You can quickly access the ar5iv page from the arXiv page.
Extension Basic Information
Name | withAr5iv |
ID | pcboocjafhilbgocjcnlcoilacnmncam |
Official URL | https://chromewebstore.google.com/detail/withar5iv/pcboocjafhilbgocjcnlcoilacnmncam |
Description | ArXiv with Ar5iv |
File Size | 13.56 KB |
Installation Count | 809 |
Current Version | 1.0 |
Last Updated | 2022-02-10 |
Publish Date | 2022-02-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | polymonyrks |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/polymonyrks/withAr5iv |
Help Page URL | https://github.com/polymonyrks/withAr5iv |
Privacy Policy Page URL | https://functoy.com/privacypolicy |
Supported Languages | 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" } } |