Codebase Tab Completion

Adds tab completion to the address bar.

What is Codebase Tab Completion?

Codebase Tab Completion is a Chrome extension developed by Adam Alton, and its main feature is "Adds tab completion to the address bar.".

Extension Screenshots

screenshot

Download Codebase Tab Completion Extension CRX File

Download Codebase Tab Completion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Codebase Tab Completion Codebase Tab Completion
ID efnopbjdbimbahdihiecpjihglpjnbjn
Official URL https://chromewebstore.google.com/detail/codebase-tab-completion/efnopbjdbimbahdihiecpjihglpjnbjn
Description Adds tab completion to the address bar.
File Size 312 KB
Installation Count 12
Current Version 1.1
Last Updated 2014-07-23
Publish Date 2014-07-23
Developer Adam Alton
Email [email protected]
Payment Type free
Help Page URL https://github.com/adamalton/codebase-address-bar-tab-completion
Supported Languages 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"
    }
}