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;">crx फ़ाइल डाउनलोड करें</button> </div> </div> <div class="section-box"> <h2>arXiv title fixer क्या है?</h2> <p>arXiv title fixer musically_ut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set titles of papers on arXiv as <title> of the pdf-tabs."।</p> </div> <div class="section-box"> <h2>एक्सटेंशन स्क्रीनशॉट्स</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>एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें</h2> <p>crx प्रारूप में arXiv title fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।</p> <div class="text-center"> <button class="button js-download" style="border-radius:6px;">crx फ़ाइल डाउनलोड करें</button> </div> </div> <div class="section-box"> <h2>एक्सटेंशन उपयोग निर्देश</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>एक्सटेंशन की मूल जानकारी</h2> <div class="table-scroll"> <table> <tbody> <tr> <td style="width:20%;">नाम</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</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>विवरण</td> <td>Set titles of papers on arXiv as <title> of the pdf-tabs.</td> </tr> <tr> <td>फ़ाइल का आकार</td> <td>51 KB</td> </tr> <tr> <td>स्थापना संख्या</td> <td>1,201</td> </tr> <tr> <td>वर्तमान संस्करण</td> <td>0.3.0</td> </tr> <tr> <td>अंतिम अपडेट</td> <td>2021-09-01</td> </tr> <tr> <td>प्रकाशन तिथि</td> <td>2020-05-21</td> </tr> <tr> <td>रेटिंग</td> <td> <span>5.00/5</span> <small style="margin-left:20px;">कुल 17 रेटिंग्स</small> </td> </tr> <tr> <td>डेवलपर</td> <td>musically_ut</td> </tr> <tr> <td>ईमेल</td> <td>mail@musicallyut.xyz</td> </tr> <tr> <td>भुगतान के प्रकार</td> <td>free</td> </tr> <tr> <td>एक्सटेंशन वेबसाइट</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</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>समर्थित भाषाएँ</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>संबंधित एक्सटेंशन्स</h2> <div class="ext-wrapper"> <div class="grid-x large-up-6"> <div class="cell "> <a class="ext-item" href="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/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="/hi/install-crx/">crx इंस्टॉल करें</a> <a href="/hi/terms-of-service.html">सेवा की शर्तें</a> <a href="/hi/privacy-policy.html">गोपनीयता नीति</a> <a href="/hi/cookie-policy.html">कुकी नीति</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>