Lock Title

Lock tab title with a given text

O que é Lock Title?

Lock Title é uma extensão do Chrome desenvolvida por Ken, e sua principal característica é "Lock tab title with a given text".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lock Title

Baixe arquivos de extensão Lock Title no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
URL Oficial https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
Descrição Lock tab title with a given text
Tamanho do Arquivo 30.45 KB
Contagem de Instalações 166
Versão Atual 1.0.0
Última Atualização 2015-12-31
Data de Publicação 2015-12-31
Classificação 3.60/5 Total de 5 Avaliações
Desenvolvedor Ken
Tipo de Pagamento free
Idiomas Suportados 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": []
}