Lock Title

Lock tab title with a given text

¿Qué es Lock Title?

Lock Title es una extensión de Chrome desarrollada por Ken, y su función principal es "Lock tab title with a given text".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Lock Title

Descarga archivos de extensión Lock Title en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
URL Oficial https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
Descripción Lock tab title with a given text
Tamaño del Archivo 30.45 KB
Cantidad de Instalaciones 166
Versión Actual 1.0.0
Última Actualización 2015-12-31
Fecha de Publicación 2015-12-31
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador Ken
Tipo de Pago free
Idiomas Soportados 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": []
}