Sublime-like tabbing

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

O que é Sublime-like tabbing?

Sublime-like tabbing é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sublime-like tabbing

Baixe arquivos de extensão Sublime-like tabbing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sublime-like tabbing Sublime-like tabbing
ID omlbledfohkfgpgfoklielaeapiomcdk
URL Oficial https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk
Descrição This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Tamanho do Arquivo 85.93 KB
Contagem de Instalações 242
Versão Atual 0.3
Última Atualização 2013-11-25
Data de Publicação 2013-11-25
Classificação 3.91/5 Total de 11 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
}