withAr5iv

ArXiv with Ar5iv

什么是withAr5iv?

withAr5iv是由polymonyrks开发的Chrome扩展程序,该扩展的主要功能是“ArXiv with Ar5iv”。

扩展截图

screenshot

下载withAr5iv扩展crx文件

下载withAr5iv扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 withAr5iv withAr5iv
ID pcboocjafhilbgocjcnlcoilacnmncam
官方URL https://chromewebstore.google.com/detail/withar5iv/pcboocjafhilbgocjcnlcoilacnmncam
简介 ArXiv with Ar5iv
文件大小 13.56 KB
安装次数 809
当前版本 1.0
更新时间 2022-02-10
上架时间 2022-02-09
评分 5.00/5 共1次评分
开发者 polymonyrks
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/polymonyrks/withAr5iv
帮助页面URL https://github.com/polymonyrks/withAr5iv
隐私政策页面URL https://functoy.com/privacypolicy
支持的语言 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"
    }
}