arxiv -> ar5iv
Automatically replace arxiv links with ar5iv
arxiv -> ar5iv란 무엇입니까?
arxiv -> ar5iv은(는) hannepps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically replace arxiv links with ar5iv"입니다.
확장 프로그램 스크린샷
arxiv -> ar5iv 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |