Codebase Tab Completion

Adds tab completion to the address bar.

什么是Codebase Tab Completion?

Codebase Tab Completion是由Adam Alton开发的Chrome扩展程序,该扩展的主要功能是“Adds tab completion to the address bar.”。

扩展截图

screenshot

下载Codebase Tab Completion扩展crx文件

下载Codebase Tab Completion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Codebase Tab Completion Codebase Tab Completion
ID efnopbjdbimbahdihiecpjihglpjnbjn
官方URL https://chromewebstore.google.com/detail/codebase-tab-completion/efnopbjdbimbahdihiecpjihglpjnbjn
简介 Adds tab completion to the address bar.
文件大小 312 KB
安装次数 12
当前版本 1.1
更新时间 2014-07-23
上架时间 2014-07-23
开发者 Adam Alton
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/adamalton/codebase-address-bar-tab-completion
支持的语言 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"
    }
}