withAr5iv
ArXiv with Ar5iv
withAr5ivคืออะไร?
withAr5iv เป็นส่วนขยายของ Chrome ที่พัฒนาโดย polymonyrks และคุณลักษณะหลักของมันคือ "ArXiv with Ar5iv"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย withAr5iv
ดาวน์โหลดไฟล์ส่วนขยาย withAr5iv ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Append ar5iv links to arXiv. You can quickly access the ar5iv page from the arXiv page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | withAr5iv |
ID | pcboocjafhilbgocjcnlcoilacnmncam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/withar5iv/pcboocjafhilbgocjcnlcoilacnmncam |
คำอธิบาย | ArXiv with Ar5iv |
ขนาดไฟล์ | 13.56 KB |
จำนวนการติดตั้ง | 809 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-02-10 |
วันที่เผยแพร่ | 2022-02-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | polymonyrks |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/polymonyrks/withAr5iv |
URL หน้าช่วยเหลือ | https://github.com/polymonyrks/withAr5iv |
URL หน้านโยบายความเป็นส่วนตัว | https://functoy.com/privacypolicy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "withAr5iv", "short_name": "withAr5iv", "version": "1.0", "manifest_version": 3, "description": "ArXiv with Ar5iv", "host_permissions": [ "https:\/\/arxiv.org\/", "http:\/\/arxiv.org\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.arxiv.org\/*" ], "js": [ "withAr5iv.js" ], "all_frames": true } ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } } |