Lock Title

Lock tab title with a given text

Hvad er Lock Title?

Lock Title er en Chrome-udvidelse udviklet af Ken, og dens hovedfunktion er "Lock tab title with a given text".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Lock Title-udvidelses-CRX-fil

Download Lock Title-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Lock tab title with a given string. The locked title doesn't change even if the tab loads the new page.
You may find it useful when you want to name tabs by yourself to easily distinguish them, not by the original names.

code available here https://github.com/imsut/locktitle                    

Grundlæggende oplysninger om udvidelsen

Navn Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
Officiel URL https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
Beskrivelse Lock tab title with a given text
Filstørrelse 30.45 KB
Antal Installationer 166
Nuværende Version 1.0.0
Senest Opdateret 2015-12-31
Udgivelsesdato 2015-12-31
Bedømmelse 3.60/5 Samlet 5 Bedømmelser
Udvikler Ken
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lock Title",
    "version": "1.0.0",
    "description": "Lock tab title with a given text",
    "icons": {
        "128": "folder_green_locked.png"
    },
    "author": "Ken Kawamoto",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": []
}