Arxiv Accelerator
Accelerate to download arxiv pdf in China!
Arxiv Accelerator क्या है?
Arxiv Accelerator Liuchuan Yu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accelerate to download arxiv pdf in China!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Arxiv Accelerator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } ] } |