Lock Title

Lock tab title with a given text

Wat is Lock Title?

Lock Title is een Chrome-extensie ontwikkeld door Ken, en de belangrijkste functie is "Lock tab title with a given text".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lock Title

Download Lock Title-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
Officiële URL https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
Beschrijving Lock tab title with a given text
Bestandsgrootte 30.45 KB
Aantal Installaties 166
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-12-31
Publicatiedatum 2015-12-31
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Ken
Betalingswijze free
Ondersteunde Talen 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": []
}