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
Eメール [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"
    }
}