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 |
公式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 |
Eメール | [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" } } |