Sublime-like tabbing

This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history

Wat is Sublime-like tabbing?

Sublime-like tabbing is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sublime-like tabbing

Download Sublime-like tabbing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Just install and set the shortcut you want to use in chrome://extensions/ (in the footer of the page).

You can find the project on Github if you want to help: https://github.com/PhroZenOne/sub-like-ctrl-p                    

Basisinformatie over de Extensie

Naam Sublime-like tabbing Sublime-like tabbing
ID omlbledfohkfgpgfoklielaeapiomcdk
Officiële URL https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk
Beschrijving This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Bestandsgrootte 85.93 KB
Aantal Installaties 242
Huidige Versie 0.3
Laatst Bijgewerkt 2013-11-25
Publicatiedatum 2013-11-25
Beoordeling 3.91/5 Totaal 11 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sublime-like tabbing",
    "description": "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history",
    "author": "Mikael Berglund",
    "version": "0.3",
    "permissions": [
        "history",
        "tabs",
        "bookmarks"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tabwindow.html"
    },
    "options_page": "options.html"
}