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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | omlbledfohkfgpgfoklielaeapiomcdk |
| 官方URL | 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"
} | |