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
官方網址 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"
    }
}