URL in title

Reformats the title of each tab according to its URL.

Τι είναι το URL in title;

Το URL in title είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Guillaume Ryder, και η κύρια λειτουργία του είναι "Reformats the title of each tab according to its URL.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης URL in title

Λήψη αρχείων επέκτασης URL in title σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/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="/el/install-crx/">Εγκατάσταση crx</a> <a href="/el/terms-of-service.html">Όροι Υπηρεσίας</a> <a href="/el/privacy-policy.html">Πολιτική Απορρήτου</a> <a href="/el/cookie-policy.html">Πολιτική για τα Cookies</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>