arxiv -> ar5iv
Automatically replace arxiv links with ar5iv
什麼是arxiv -> ar5iv?
arxiv -> ar5iv是由hannepps開發的Chrome擴展程式,該擴展的主要功能是“Automatically replace arxiv links with ar5iv”。
擴展截圖
下載arxiv -> ar5iv擴展crx文件
下載arxiv -> ar5iv擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |