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
拡張機能の基本情報
名前 | Sublime-like tabbing |
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" } |