Sublime-like tabbing

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

What is Sublime-like tabbing?

Sublime-like tabbing is a Chrome extension developed by Unknown, and its main feature is "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history".

Extension Screenshots

screenshot

Download Sublime-like tabbing Extension CRX File

Download Sublime-like tabbing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sublime-like tabbing Sublime-like tabbing
ID omlbledfohkfgpgfoklielaeapiomcdk
Official URL https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk
Description This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
File Size 85.93 KB
Installation Count 242
Current Version 0.3
Last Updated 2013-11-25
Publish Date 2013-11-25
Rating 3.91/5 Total 11 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
}