Arxiv Redirector

Redirect from arxiv.org to China user friendly sites.

What is Arxiv Redirector?

Arxiv Redirector is a Chrome extension developed by Unknown, and its main feature is "Redirect from arxiv.org to China user friendly sites.".

Extension Screenshots

screenshot

Download Arxiv Redirector Extension CRX File

Download Arxiv Redirector 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

                        一个方便科研人员的从 arxiv 跳转到国内镜像的PDF 页的Chrome浏览器扩展。

其存在意义:
1. arxiv在中国大陆访问速度不快,尤其在加载 PDF 文档时,相当耗时。
2. 我们一般在谷歌,必应,百度的网页搜索或学术搜索上搜索论文,但是它们一般不会搜索 arxiv的镜像站。
3. arxiv 的国内镜像站访问速度很快。

使用:
Arxiv Redirector 是一个集成在 Chrome 浏览器右键的扩展,使用非常方便。
使用时,如果搜索的论文在 arxiv 上,则进入 arxiv 并点击右键,选择Redirect!即可加载国内镜像的PDF 文档。如果进入的是arxiv的pdf页,同样可以点击右键并选择Redirect!以加载国内镜像的PDF 文档。                    

Extension Basic Information

Name Arxiv Redirector Arxiv Redirector
ID codmjekkjnbhlpocbacmhjlnillpagea
Official URL https://chromewebstore.google.com/detail/arxiv-redirector/codmjekkjnbhlpocbacmhjlnillpagea
Description Redirect from arxiv.org to China user friendly sites.
File Size 20.26 KB
Installation Count 159
Current Version 0.0.3
Last Updated 2019-05-19
Publish Date 2019-05-19
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/foowaa/Arxiv-Redirector
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Arxiv Redirector",
    "short_name": "ArxivRedirector",
    "description": "Redirect from arxiv.org to China user friendly sites.",
    "version": "0.0.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "assets\/ico16.png",
        "48": "assets\/ico48.png",
        "128": "assets\/ico128.png"
    },
    "browser_action": {
        "default_icon": "assets\/ico16.png"
    },
    "homepage_url": "http:\/\/github.com\/foowaa\/Arxiv-Redirector",
    "commands": []
}