arXiv title fixer

Set titles of papers on arXiv as of the pdf-tabs.</p> <div class="text-center"> <button class="button js-download" style="border-radius:6px;">Tải xuống tệp crx</button> </div> </div> <div class="section-box"> <h2>arXiv title fixer là gì?</h2> <p>arXiv title fixer là một tiện ích mở rộng Chrome được phát triển bởi musically_ut, và tính năng chính của nó là "Set titles of papers on arXiv as <title> of the pdf-tabs.".</p> </div> <div class="section-box"> <h2>Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng</h2> <div style="overflow: hidden;position: relative"> <div class="swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <img src="https://lh3.googleusercontent.com/zR8MMprFmhIxKA8A0d-pFgw--3erfRGN90ts7DXjaTu_cDNHvINZY31HIpfeYSnh4oRqO4hUf1g2b2waOrJfgznj" alt="screenshot"> </div> <div class="swiper-slide"> <img src="https://lh3.googleusercontent.com/-BNP0nm4ehQtnJOtyEQcoGbr-5DPvO6a-ID08UMUTQe18JXPqUzQ26GqslAMupDETEnaLL6RTKWjeltY2Pf3xFnpeQ" alt="screenshot"> </div> </div> <div class="swiper-pagination"></div> </div> </div> </div> <div class="section-box"> <h2>Tải xuống tệp CRX của tiện ích mở rộng arXiv title fixer</h2> <p>Tải xuống các tệp mở rộng arXiv title fixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.</p> <div class="text-center"> <button class="button js-download" style="border-radius:6px;">Tải xuống tệp crx</button> </div> </div> <div class="section-box"> <h2>Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng</h2> <pre style="white-space: pre-line"> Fixes the tab's title to the name of the paper on arXiv pdf and abstract pages. Especially useful if one is using an extension like The Great Suspender. </pre> </div> <div class="section-box"> <h2>Thông Tin Cơ Bản về Tiện Ích Mở Rộng</h2> <div class="table-scroll"> <table> <tbody> <tr> <td style="width:20%;">Tên</td> <td> <img style="width:40px;" src="https://lh3.googleusercontent.com/-Y0sVnrMKu6svqzrIsCDlaSYbh7h3gai970-WpsWDn-qvxFfa8-_zLhE19Qb5Yb5Tnu8lv7kG1CIqNlaw8uuT0LDpg" alt="arXiv title fixer"> arXiv title fixer </td> </tr> <tr> <td>ID</td> <td> pandhendpghoedojdhookbedinmhjien </td> </tr> <tr> <td>URL Chính Thức</td> <td> <a href="https://chromewebstore.google.com/detail/arxiv-title-fixer/pandhendpghoedojdhookbedinmhjien" target="_blank">https://chromewebstore.google.com/detail/arxiv-title-fixer/pandhendpghoedojdhookbedinmhjien</a> </td> </tr> <tr> <td>Mô tả</td> <td>Set titles of papers on arXiv as <title> of the pdf-tabs.</td> </tr> <tr> <td>Kích Thước Tệp</td> <td>51 KB</td> </tr> <tr> <td>Số Lần Cài Đặt</td> <td>1,201</td> </tr> <tr> <td>Phiên Bản Hiện Tại</td> <td>0.3.0</td> </tr> <tr> <td>Cập Nhật Lần Cuối</td> <td>2021-09-01</td> </tr> <tr> <td>Ngày Phát Hành</td> <td>2020-05-21</td> </tr> <tr> <td>Đánh Giá</td> <td> <span>5.00/5</span> <small style="margin-left:20px;">Tổng số 17 Đánh Giá</small> </td> </tr> <tr> <td>Nhà Phát Triển</td> <td>musically_ut</td> </tr> <tr> <td>Email</td> <td>mail@musicallyut.xyz</td> </tr> <tr> <td>Loại Thanh Toán</td> <td>free</td> </tr> <tr> <td>Trang Web Mở Rộng</td> <td><a href="https://github.com/musically-ut/arXiv-title-fixer" target="_blank">https://github.com/musically-ut/arXiv-title-fixer</a></td> </tr> <tr> <td>URL Trang Trợ Giúp</td> <td><a href="https://github.com/musically-ut/arXiv-title-fixer/issues" target="_blank" rel="nofollow">https://github.com/musically-ut/arXiv-title-fixer/issues</a></td> </tr> <tr> <td>Ngôn Ngữ Được Hỗ Trợ</td> <td>en</td> </tr> <tr style="border-bottom:1px solid #ddd;"> <td colspan="2">manifest.json</td> </tr> <tr> <td colspan="2" style="max-width: 100%;overflow: auto;padding:0;"> <div style="max-width: 100%;overflow: auto;"> <pre style="background: #f1f1f1;padding:15px;word-break: break-all;white-space:break-spaces;">{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "arXiv title fixer", "version": "0.3.0", "manifest_version": 2, "description": "Set titles of papers on arXiv as <title> of the pdf-tabs.", "icons": { "512": "images\/waiter512.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "activeTab", "*:\/\/arxiv.org\/*" ], "content_scripts": [ { "matches": [ "*:\/\/arxiv.org\/pdf\/*", "*:\/\/arxiv.org\/abs\/*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_end" } ], "page_action": { "default_icon": { "38": "images\/waiter38.png" }, "default_title": "Put paper title as tab-title." } }</pre> </div> </td> </tr> </tbody> </table> </div> </div> <div class="section-box"> <h2>Tiện Ích Mở Rộng Liên Quan</h2> <div class="ext-wrapper"> <div class="grid-x large-up-6"> <div class="cell "> <a class="ext-item" href="/vi/extension/pcboocjafhilbgocjcnlcoilacnmncam/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/aDVngZF2qRZXZieFucKx0mFwTqhWgeKu_vguFUWWB_eTAxf2UvXWf4HGCQtDELDAHGo3WUOCtgeUoez8alviMqPsUA" alt="withAr5iv"> </div> <div class="ext-item__name">withAr5iv</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/hmebhknlgddhfbbdhgplnillngljgmdi/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/PEY_YrQCw9bWuKAPRhRkjbfOtunHAk0iRyHOAC9CQxrfs-UX9vtPLwSdUHdqk7KjO4ONelc4VXpJGLMW7G54XRTW" alt="Paper Memory"> </div> <div class="ext-item__name">Paper Memory</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/dijdhkcfdaocpepndegmbkgphbpomdai/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/5ijQxL868pI3OXmiy03QhJllfrwQueysrLOq4iSQ6om-RZmAGeX7-hVXcRSzKDp6srufCqxCK-pZ4PhId9DnpQ-ceQ" alt="SciHive"> </div> <div class="ext-item__name">SciHive</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/mnhdpeipjhhkmlhlcljdjpgmilbmehij/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/ietlvsMPCBsRx9jSaedrM1Erz8TDiW4djPeNkCG9--gccu-e9fslmvGTFuTdthS_G7XPYfRRyAnwN9AAdr7s-Uv9rw" alt="arxiv-utils"> </div> <div class="ext-item__name">arxiv-utils</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/gfhbipbocjiapodeflmklgnnnndplnpp/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/X0hFpQqEpaW5PlML2vIyAiWo_uYTpVxyR78a3R2CLXMMwxOjfFZPrgRheW69vKpJsoVNsIaI0dgRVjgrKPAbZHsEXg" alt="arXiv2git"> </div> <div class="ext-item__name">arXiv2git</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/cecdoioelofhklejiembhfjfhbilcgdo/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/m9viko0KzrEl4TDEiD1qv8Un8hR_gn7txZsMdl8MjTdHmEmmHUIQegoa9oYQgmLguSsBt0vbf04ww9feMFawm7RDTw" alt="Arxiv Viewer"> </div> <div class="ext-item__name">Arxiv Viewer</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/dkjnkdmoghkbkfkafefhbcnmofdbfdio/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/1aAEkVCCQEpDx4V3fb3fF4vSweYERuQ6EGzhC8ubaWe5GDEatm-0tIksBUV9DSjdlCdyS71P5u_PmpmrvkwFfzit7UI" alt="Where's That Paper?"> </div> <div class="ext-item__name">Where's That Paper?</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/bgkglfpmfopkikgchgdmkppjebbhincc/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/fYjeKT6fC2l1qyRSR08LIOnnwzqvXEhzkyn4iNKlzT_7Aw2IBa-_7pDbPqjeMRaa1Y7yzpSxA8mM53Zu8cDHbpRy9-c" alt="Arxiv To Notion"> </div> <div class="ext-item__name">Arxiv To Notion</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/ledhlnbblmkmfdckpmolbpocibcanfda/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/uwWThZqn4Q8uTHRIfRFbvBGtCLLtwORVpM0hlZ9KqW7-74UTc_qfncvD5VNhZiGeGo7reO9rhY548_vdPo_KQIQIWHs" alt="arxiv -> ar5iv"> </div> <div class="ext-item__name">arxiv -> ar5iv</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/ialbpcipalajnakfondkflpkagbkdoib/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/q6P0NtzTropNH5Qt0WUdA1F9lDUAPfTXH4i2hdyo2v5MtQVhydUiEcLwloJQ0bTNyw_jKNl3GOI8go4JQF8iCcWYnw" alt="Lovely forks"> </div> <div class="ext-item__name">Lovely forks</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/hkoblclipggkhhbllgefhnbjdcajmelh/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/5Rxv3rEuVYZDdKTWc4wahhOpPYY2b8du0KJnhAYXwOYOuWQ-2AQwztGbHdtPXsxmGU6PPcdzjotVnblTdcd36Bin" alt="arxive"> </div> <div class="ext-item__name">arxive</div> </a> </div> <div class="cell "> <a class="ext-item" href="/vi/extension/jfnlkegibnoaagfdabjkchhocdhnoofk/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/aiblJ_Ue2ByUoQ5JGExCsFs07qQWhewhcIDH0oE58dacAy29am3_Mc3h1DSIIAbk79K0S7fzsqYouFLbnaKdv6z34ZU" alt="arXiv Vanity"> </div> <div class="ext-item__name">arXiv Vanity</div> </a> </div> </div> </div> </div> </div> </div> </main> <footer id="footer" data-tool-alias=""> <div class="grid-container"> <div class="grid-x grid-margin-x"> <div class="cell large-12"> <div class="footer-nav text-center" style="margin-bottom:15px;"> <a href="/vi/install-crx/">Cài đặt crx</a> <a href="/vi/terms-of-service.html">Điều khoản Dịch vụ</a> <a href="/vi/privacy-policy.html">Chính sách Bảo mật</a> <a href="/vi/cookie-policy.html">Chính sách Cookie</a> </div> <p class="copyright text-center" style="text-align:center;margin-top:15px;"> Copyright © 2024 iLovechrome.com All Rights Reserved </p> </div> </div> </div> </footer> <script src="/assets/js/bundle.min.js?v=1.100"></script> <script src="/assets/js/lang.min.js?v=1.66222"></script> <script src="/assets/js/common.min.js?v=1.262262"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js"></script> <script> var mySwiper = new Swiper('.swiper', { direction: 'horizontal', loop: true, pagination: { el: '.swiper-pagination', }, }); $('.js-download').click(function () { window.location.href = 'https://statics.ilovechrome.com/crx/download?id=' + $('body').data('id'); layer.msg(t('downloadStart')); }); </script> </body> </html>