Codebase Tab Completion

Adds tab completion to the address bar.

ما هو Codebase Tab Completion؟

Codebase Tab Completion هو إضافة Chrome تم تطويرها بواسطة Adam Alton، والميزة الرئيسية لها هي "Adds tab completion to the address bar.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Codebase Tab Completion

قم بتنزيل ملفات الامتداد Codebase Tab Completion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}