Last Active Tabs
The fastest way to access your last five active tabs
Cos'è Last Active Tabs?
Last Active Tabs è un'estensione di Chrome sviluppata da Xiaoxin, e la sua funzione principale è "The fastest way to access your last five active tabs".
Scarica il file CRX dell'estensione Last Active Tabs
Scarica i file di estensione Last Active Tabs 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | iaojglmmimcoplkbfiilfgbjlefpgobh |
| URL Ufficiale | https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh |
| Descrizione | The fastest way to access your last five active tabs |
| Dimensione del File | 13.98 KB |
| Conteggio Installazioni | 96 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2013-07-09 |
| Data di Pubblicazione | 2013-07-09 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Xiaoxin |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/hyperlink/last_tab |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.4",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+L",
"mac": "Alt+L",
"chromeos": "Alt+L",
"linux": "Alt+L"
}
}
},
"browser_action": {
"default_icon": {
"19": "images\/icon-32.png",
"38": "images\/icon-32.png"
},
"default_title": "Last Tab",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"chrome:\/\/favicon\/"
]
} | |