Codebase Tab Completion

Adds tab completion to the address bar.

¿Qué es Codebase Tab Completion?

Codebase Tab Completion es una extensión de Chrome desarrollada por Adam Alton, y su función principal es "Adds tab completion to the address bar.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Codebase Tab Completion

Descarga archivos de extensión Codebase Tab Completion 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

                        Works with the codebasehq.com code hosting site to give you tab completion for you account's URL structure.  Easily navigate to projects, tickets, repos and settings without having to click through a series of links on the site.  By just typing a few letters as hints and using the tab key to auto-fill the rest, this extension makes navigating your codebase projects lightning fast.

You'll soon wonder how you lived without it.

Activate it by typing "cb" + TAB.                    

Información Básica de la Extensión

Nombre Codebase Tab Completion Codebase Tab Completion
ID efnopbjdbimbahdihiecpjihglpjnbjn
URL Oficial https://chromewebstore.google.com/detail/codebase-tab-completion/efnopbjdbimbahdihiecpjihglpjnbjn
Descripción Adds tab completion to the address bar.
Tamaño del Archivo 312 KB
Cantidad de Instalaciones 12
Versión Actual 1.1
Última Actualización 2014-07-23
Fecha de Publicación 2014-07-23
Desarrollador Adam Alton
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/adamalton/codebase-address-bar-tab-completion
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Codebase Tab Completion",
    "description": "Adds tab completion to the address bar.",
    "version": "1.1",
    "author": "Adam Alton ",
    "omnibox": {
        "keyword": "cb"
    },
    "background": {
        "scripts": [
            "abc.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/api3.codebasehq.com\/*"
    ],
    "browser_action": {
        "default_icon": "tab_completion_16.png",
        "default_popup": "settings.html"
    }
}