Sublime-like tabbing

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

什麼是Sublime-like tabbing?

Sublime-like tabbing是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history”。

擴展截圖

screenshot

下載Sublime-like tabbing擴展crx文件

下載Sublime-like tabbing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Sublime-like tabbing Sublime-like tabbing
ID omlbledfohkfgpgfoklielaeapiomcdk
官方網址 https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk
簡介 This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
檔案大小 85.93 KB
安裝次數 242
目前版本 0.3
更新時間 2013-11-25
上架時間 2013-11-25
評分 3.91/5 共 11 次評分
開發者 Unknown
付費類型 free
支援的語言 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"
}