Sublime-like tabbing
This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Co to jest Sublime-like tabbing?
Sublime-like tabbing to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sublime-like tabbing
Pobierz pliki rozszerzeń Sublime-like tabbing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | omlbledfohkfgpgfoklielaeapiomcdk |
| Oficjalny URL | https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk |
| Opis | This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history |
| Rozmiar pliku | 85.93 KB |
| Liczba instalacji | 242 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2013-11-25 |
| Data Publikacji | 2013-11-25 |
| Ocena | 3.91/5 Łącznie 11 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |