Codebase Tab Completion

Adds tab completion to the address bar.

Qu'est-ce que Codebase Tab Completion ?

Codebase Tab Completion est une extension Chrome développée par Adam Alton, et sa fonction principale est "Adds tab completion to the address bar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Codebase Tab Completion

Téléchargez les fichiers d'extension Codebase Tab Completion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Codebase Tab Completion Codebase Tab Completion
ID efnopbjdbimbahdihiecpjihglpjnbjn
URL Officiel https://chromewebstore.google.com/detail/codebase-tab-completion/efnopbjdbimbahdihiecpjihglpjnbjn
Description Adds tab completion to the address bar.
Taille du Fichier 312 KB
Nombre d'Installations 12
Version Actuelle 1.1
Dernière Mise à Jour 2014-07-23
Date de Publication 2014-07-23
Développeur Adam Alton
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/adamalton/codebase-address-bar-tab-completion
Langues Prises en Charge 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"
    }
}