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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}