arxiv -> ar5iv
Automatically replace arxiv links with ar5iv
arxiv -> ar5iv क्या है?
arxiv -> ar5iv hannepps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically replace arxiv links with ar5iv"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में arxiv -> ar5iv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension you will automatically see the arxiv pdf rendered as a (html5+mathJax) web-page, since it replaces arxiv links with ar5iv. This behaviour can be toggled by clicking the extension, it either always loads the html version or the pdf version. For more details of this FOSS extension see https://github.com/HannesGitH/arxiv--ar5iv#readme
एक्सटेंशन की मूल जानकारी
नाम | arxiv -> ar5iv |
ID | ledhlnbblmkmfdckpmolbpocibcanfda |
आधिकारिक URL | https://chromewebstore.google.com/detail/arxiv-%3E-ar5iv/ledhlnbblmkmfdckpmolbpocibcanfda |
विवरण | Automatically replace arxiv links with ar5iv |
फ़ाइल का आकार | 21.88 KB |
स्थापना संख्या | 293 |
वर्तमान संस्करण | 1.0.0.2 |
अंतिम अपडेट | 2022-06-03 |
प्रकाशन तिथि | 2022-03-30 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | hannepps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/HannesGitH/arxiv--ar5iv#readme |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "arxiv -> ar5iv", "description": "Automatically replace arxiv links with ar5iv", "version": "1.0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon128.png" }, "permissions": [ "tabs", "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/arxiv.org\/*", "*:\/\/www.arxiv.org\/*", "*:\/\/ar5iv.org\/*", "*:\/\/ar5iv.labs.arxiv.org\/*", "*:\/\/www.ar5iv.org\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "arxiv_to_ar5iv", "enabled": true, "path": "arxiv_to_ar5iv.json" }, { "id": "ar5iv_to_arxiv", "enabled": true, "path": "ar5iv_to_arxiv.json" } ] }, "icons": { "128": "icon128.png" } } |