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
官方網址 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"
    }
}