Sublime-like tabbing
This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Cos'è Sublime-like tabbing?
Sublime-like tabbing è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sublime-like tabbing
Scarica i file di estensione Sublime-like tabbing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | omlbledfohkfgpgfoklielaeapiomcdk |
| URL Ufficiale | https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk |
| Descrizione | This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history |
| Dimensione del File | 85.93 KB |
| Conteggio Installazioni | 242 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2013-11-25 |
| Data di Pubblicazione | 2013-11-25 |
| Valutazione | 3.91/5 Totale 11 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |