Tab Renamer for GmailTM

This extension re-names gmail tabs.

¿Qué es Tab Renamer for GmailTM?

Tab Renamer for GmailTM es una extensión de Chrome desarrollada por ks111777, y su función principal es "This extension re-names gmail tabs.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Renamer for GmailTM

Descarga archivos de extensión Tab Renamer for GmailTM 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

                        This extension allows you to re-name the tabs in your Gmail inbox.  As long as this extension is up and running in Chrome, your inputted tab names will be as well.

To use Tab Renamer, follow these simple steps:
1. Load the extension into chrome, making sure its icon is visible at the top right
2. If already open, refresh Gmail. Otherwise, open Gmail in a tab.
3. With the Gmail tab open on your screen, click on the Tab Renamer icon at the top right of Chrome, and enter your input.
4. Click submit and you're done!

Now as long as the Tab Renamer extension is active in Chrome, your chosen tabs will exist! (If you click on the popup and nothing appears, give it a few seconds and try clicking on it again)                    

Información Básica de la Extensión

Nombre Tab Renamer for GmailTM Tab Renamer for GmailTM
ID pomanledljafeolobikkjkcccbddgjap
URL Oficial https://chrome.google.com/webstore/detail/pomanledljafeolobikkjkcccbddgjap
Descripción This extension re-names gmail tabs.
Tamaño del Archivo 140 KB
Cantidad de Instalaciones 58
Versión Actual 4.0
Última Actualización 2013-08-30
Fecha de Publicación 2013-08-30
Calificación 2.38/5 Total de 8 Calificaciones
Desarrollador ks111777
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Renamer for GmailTM",
    "description": "This extension re-names gmail tabs.",
    "version": "4.0",
    "permissions": [
        "https:\/\/mail.google.com\/mail\/u\/0\/#inbox",
        "pageCapture",
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon7.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon7.png",
        "16": "icon7.png",
        "48": "icon7.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "bootstrap.min.css",
                "bootstrap.min.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "parser.js"
    ]
}