Sublime-like tabbing
This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Apa itu Sublime-like tabbing?
Sublime-like tabbing adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sublime-like tabbing
Unduh file ekstensi Sublime-like tabbing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Sublime-like tabbing |
ID | omlbledfohkfgpgfoklielaeapiomcdk |
URL Resmi | https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk |
Deskripsi | This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history |
Ukuran File | 85.93 KB |
Jumlah Instalasi | 242 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2013-11-25 |
Tanggal Publikasi | 2013-11-25 |
Penilaian | 3.91/5 Total 11 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |