Peek-a-tab, Tabs Manager for Google Chrome™
Search, preview, jump across, and close tabs quickly in your chrome browser.
Cos'è Peek-a-tab, Tabs Manager for Google Chrome™?
Peek-a-tab, Tabs Manager for Google Chrome™ è un'estensione di Chrome sviluppata da Pramjeet Ahlawat, e la sua funzione principale è "Search, preview, jump across, and close tabs quickly in your chrome browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Peek-a-tab, Tabs Manager for Google Chrome™
Scarica i file di estensione Peek-a-tab, Tabs Manager for Google Chrome™ 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
Do you have a lot of tabs opened in your browser and find it cumbersome to manage them? well here is the solution.
Some points:
* Use Alt+Space (Option+Space for mac) to get a list of all the tabs from all the windows.
* Search in the title & url to quickly get the tab you want.
* Preview a tab on mouse hover or on click.
* Jump across between tabs quickly, even in different windows.
* Close unnecessary tabs quickly.
This extension's source code is available here: https://github.com/pramjeet/peek-a-tab Informazioni di Base sull'Estensione
| Nome | |
| ID | nnpdamdaknpnohmlbnmgphiodghbohop |
| URL Ufficiale | https://chromewebstore.google.com/detail/peek-a-tab-tabs-manager-f/nnpdamdaknpnohmlbnmgphiodghbohop |
| Descrizione | Search, preview, jump across, and close tabs quickly in your chrome browser. |
| Dimensione del File | 134 KB |
| Conteggio Installazioni | 8,340 |
| Versione Corrente | 1.5.6 |
| Ultimo Aggiornamento | 2019-07-27 |
| Data di Pubblicazione | 2019-07-26 |
| Valutazione | 4.36/5 Totale 181 Valutazioni |
| Sviluppatore | Pramjeet Ahlawat |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Peek-a-tab, Tabs Manager for Google Chrome\u2122",
"description": "Search, preview, jump across, and close tabs quickly in your chrome browser.",
"version": "1.5.6",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage"
],
"offline_enabled": true,
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+Space",
"mac": "Alt+Space",
"chromeos": "Alt+Space",
"linux": "Alt+Space"
}
}
}
} | |