Codebase Tab Completion

Adds tab completion to the address bar.

Codebase Tab Completion là gì?

Codebase Tab Completion là một tiện ích mở rộng Chrome được phát triển bởi Adam Alton, và tính năng chính của nó là "Adds tab completion to the address bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Codebase Tab Completion

Tải xuống các tệp mở rộng Codebase Tab Completion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Codebase Tab Completion Codebase Tab Completion
ID efnopbjdbimbahdihiecpjihglpjnbjn
URL Chính Thức https://chromewebstore.google.com/detail/codebase-tab-completion/efnopbjdbimbahdihiecpjihglpjnbjn
Mô tả Adds tab completion to the address bar.
Kích Thước Tệp 312 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-07-23
Ngày Phát Hành 2014-07-23
Nhà Phát Triển Adam Alton
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/adamalton/codebase-address-bar-tab-completion
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}