URL in title

Reformats the title of each tab according to its URL.

URL in title란 무엇입니까?

URL in title은(는) Guillaume Ryder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reformats the title of each tab according to its URL."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

URL in title 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This allows using utilities such as KeePass that auto-fill passwords according to the title of the current window.

By default, only the protocol and domain name are appended to the title, but the options page allows full customization.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/urlintitle

Release notes:
v4.0.0: restored suffix preservation logic broken in previous version; migrated to Manifest V3; cleaned up the code
v3.0.2: added a mechanism to disable the extension (); added support for pages that delete the  element
v3.0.1: added icons                    </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/Kf5g-wfUBe9fXLN05TbqdrJeBlxBoo6S3_izVyvtIqMQMACih8g3owl9s62Jua4iXoDycAYck66ees04WwpO67a6bw" alt="URL in title"> URL in title </td> </tr> <tr> <td>ID</td> <td> ignpacbgnbnkaiooknalneoeladjnfgb </td> </tr> <tr> <td>공식 URL</td> <td> <a href="https://chromewebstore.google.com/detail/url-in-title/ignpacbgnbnkaiooknalneoeladjnfgb" target="_blank">https://chromewebstore.google.com/detail/url-in-title/ignpacbgnbnkaiooknalneoeladjnfgb</a> </td> </tr> <tr> <td>설명</td> <td>Reformats the title of each tab according to its URL.</td> </tr> <tr> <td>파일 크기</td> <td>14.57 KB</td> </tr> <tr> <td>설치 횟수</td> <td>32,548</td> </tr> <tr> <td>현재 버전</td> <td>4.0.0</td> </tr> <tr> <td>최근 업데이트</td> <td>2023-12-24</td> </tr> <tr> <td>출시 날짜</td> <td>2020-03-11</td> </tr> <tr> <td>평점</td> <td> <span>4.63/5</span> <small style="margin-left:20px;">총 54 개의 평점</small> </td> </tr> <tr> <td>개발자</td> <td>Guillaume Ryder</td> </tr> <tr> <td>이메일</td> <td>guillaume@ryder.fr</td> </tr> <tr> <td>결제 유형</td> <td>free</td> </tr> <tr> <td>확장 프로그램 웹 사이트</td> <td><a href="https://github.com/guilryder/chrome-extensions/tree/main/urlintitle" target="_blank">https://github.com/guilryder/chrome-extensions/tree/main/urlintitle</a></td> </tr> <tr> <td>도움말 페이지 URL</td> <td><a href="https://github.com/guilryder/chrome-extensions/issues?q=label:urlintitle" target="_blank" rel="nofollow">https://github.com/guilryder/chrome-extensions/issues?q=label:urlintitle</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",
    "manifest_version": 3,
    "name": "URL in title",
    "version": "4.0.0",
    "description": "Reformats the title of each tab according to its URL.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "page_hook.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}</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="/ko/extension/dphoaaiomekdhacmfoblfblmncpnbahm/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/Ybg0hlRchuF9rHPxrcIR7Kzv4GkUv23hZcSrsZY1IEHODC9PAu20PtuiLmDZZSIoUvCf5ZCI3Pg9S9xBC_oBOBeafc8" alt="ChromeKeePass"> </div> <div class="ext-item__name">ChromeKeePass</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/dafgdjggglmmknipkhngniifhplpcldb/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/jfK_8ch1xCXTBFFFPzgQvgySy34Lcf4t05UYwoMnnsci4V4bF8ibYeuPPjiV1bFsx8NdPmzva4X4Bq7r0KQhIoon" alt="KeePassHttp-Connector"> </div> <div class="ext-item__name">KeePassHttp-Connector</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/mmhlniccooihdimnnjhamobppdhaolme/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/ZaPJGZ1gJiE0kBqZsHx2BPrLl7ufnLg_tJHjKKPLnYjaUjIPXM7C2qn4xiJuwld7CM4vus1GIJAFD_EtflU-DsYVZQ" alt="Kee - Password Manager"> </div> <div class="ext-item__name">Kee - Password Manager</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/fnaicdffflnofjppbagibeoednhnbjhg/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/L6md4ykRiFHQ2ndDjHtJX93joWA5Tm4-MW7CK0-k3WctxeIIJt0gAQYbPXSTJ9MRaVl7StyGTDgqOmisqkheMaHldw" alt="floccus bookmarks sync"> </div> <div class="ext-item__name">floccus bookmarks sync</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/nglaklhklhcoonedhgnpgddginnjdadi/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/PhZIZElfSHnfa8WIHiY8hVWDMeyx-UEx1s12mY0F-T--c9FSu6Jz_Y1LHotPsO7NMm-LRNRurQugqENV2L6Z7mrG2_s" alt="ActivityWatch Web Watcher"> </div> <div class="ext-item__name">ActivityWatch Web Watcher</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/jgnfghanfbjmimbdmnjfofnbcgpkbegj/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/X-r7op8H_QU_9UmOHatY4GxSq_fJGUKEa3rDwa2DFx9sumTVu6J_7MfvI7zHCAnAdkyH96IjnCdd4qYJ2BN_F0fR_g" alt="KeePassHelper Password Manager"> </div> <div class="ext-item__name">KeePassHelper Password Manager</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/mohenkbngkbmdlkiemonbgdfgdjacaeb/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/DESQMRO7pvEhTR65i0cMbVr4KWm7oVlU4OXpcXC1quMk-Ds86CRP8VFyLwPp43XVLH3UNRq75_Gc2SabMOO2lrIvbg" alt="Minimal Bookmarks Tree"> </div> <div class="ext-item__name">Minimal Bookmarks Tree</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/ndiaggkadcioihmhghipjmgfeamgjeoi/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/fzJIeXFcFfGLu68ScyH3iV9snTk8hrKkJA2t_uprZqpZu0X5ymdw_3r1HvZUNnH2KwuFxcE11ejr2rqSV0eo21_G-dA" alt="Add URL To Window Title"> </div> <div class="ext-item__name">Add URL To Window Title</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/capojgaalppngkaagaobmigigcgnidmn/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/CvoG6KITRQYgMGXGGOy8OJRP_MhMRYKYxDswShFYzxTAeiaMokX4kMEgc-2OUcbOafSCgiUHVmQWMI55x_2MqZwiAg" alt="Copy URL+"> </div> <div class="ext-item__name">Copy URL+</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/ghpeimfjbonkimelnkbgekmcboomkgmi/"> <div class="ext-item__img"> <img src="" alt="Add URL to page title"> </div> <div class="ext-item__name">Add URL to page title</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/bkjdcppkdgccnhjibfhlhmeiafnjfamk/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/ABcBlSs80Uc6Ru83Oq8EkKbsiuWhxW7QkBM_1Pk3xzxVT7tsWBgY_yv-uzLc9CqsMKbnX5LDL8Eg_MPMgX18NAS2AA" alt="Rich URL"> </div> <div class="ext-item__name">Rich URL</div> </a> </div> <div class="cell "> <a class="ext-item" href="/ko/extension/iphchnegaodmijmkdlbhbanjhfphhikp/"> <div class="ext-item__img"> <img src="https://lh3.googleusercontent.com/6vUPkgANEOnzuoP_s-hzJrh6jqh5huX7Adxs2ytr-qAjCDRO0DVU5p6gIM4dDuf2iHBsCzd_D0UDo7dG2VyAmFIM2g" alt="Tab Extract"> </div> <div class="ext-item__name">Tab Extract</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="/ko/install-crx/">crx 설치</a> <a href="/ko/terms-of-service.html">서비스 이용 약관</a> <a href="/ko/privacy-policy.html">개인정보 보호정책</a> <a href="/ko/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>