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
Eメール [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"
    }
}