Arxiv Accelerator
Accelerate to download arxiv pdf in China!
Arxiv Acceleratorとは何ですか?
Arxiv AcceleratorはLiuchuan Yuによって開発されたChromeの拡張機能で、その主な機能は「Accelerate to download arxiv pdf in China!」です。
拡張機能のスクリーンショット
Arxiv Accelerator拡張機能のCRXファイルをダウンロード
Arxiv Accelerator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In China, teachers, students, and researchers need to download the pdf full text on arxiv, such as https://arxiv.org/abs/1806.09755. However, it's too slow, which is just a waste of time to wait for downloading. This extension is to offer an alternative link on the original page for those who want to download. This link is an official website mirror in China. Taking the mentioned URL 'https://arxiv.org/abs/1806.09755' as an example, its download link is 'https://arxiv.org/pdf/1806.09755'. This extension will add a new link below the download link, shown as 'Chinese mirror' on the HTML page whose actual link is 'http://cn.arxiv.org/pdf/1806.09755'. This is much faster in China. Therefore, this extension is simple but much helpful.
拡張機能の基本情報
名前 | Arxiv Accelerator |
ID | obdigfdkjihokfllecdkcocinjfgooco |
公式URL | https://chromewebstore.google.com/detail/arxiv-accelerator/obdigfdkjihokfllecdkcocinjfgooco |
説明 | Accelerate to download arxiv pdf in China! |
ファイルサイズ | 24.23 KB |
インストール数 | 144 |
現在のバージョン | 1.2.2 |
最終更新日 | 2020-04-13 |
公開日 | 2020-04-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Liuchuan Yu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arxiv Accelerator", "short_name": "A-Accelerator", "version": "1.2.2", "description": "Accelerate to download arxiv pdf in China!", "manifest_version": 2, "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/arxiv.org\/*", "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/arxiv.org\/abs\/*", "*:\/\/arxiv.org\/pdf\/*" ], "js": [ "arxivaccelerator.js" ] } ] } |