Codebase Tab Completion

Adds tab completion to the address bar.

Apa itu Codebase Tab Completion?

Codebase Tab Completion adalah ekstensi Chrome yang dikembangkan oleh Adam Alton, dan fitur utamanya adalah "Adds tab completion to the address bar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Codebase Tab Completion

Unduh file ekstensi Codebase Tab Completion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Codebase Tab Completion Codebase Tab Completion
ID efnopbjdbimbahdihiecpjihglpjnbjn
URL Resmi https://chromewebstore.google.com/detail/codebase-tab-completion/efnopbjdbimbahdihiecpjihglpjnbjn
Deskripsi Adds tab completion to the address bar.
Ukuran File 312 KB
Jumlah Instalasi 12
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-07-23
Tanggal Publikasi 2014-07-23
Pengembang Adam Alton
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/adamalton/codebase-address-bar-tab-completion
Bahasa yang Didukung 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"
    }
}