arxiv -> ar5iv
Automatically replace arxiv links with ar5iv
arxiv -> ar5ivคืออะไร?
arxiv -> ar5iv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hannepps และคุณลักษณะหลักของมันคือ "Automatically replace arxiv links with ar5iv"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย arxiv -> ar5iv
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |