Pin Last Tab
Make the last tab pinned
Cos'è Pin Last Tab?
Pin Last Tab è un'estensione di Chrome sviluppata da ayayael12, e la sua funzione principale è "Make the last tab pinned".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pin Last Tab
Scarica i file di estensione Pin Last Tab 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
Use the context menu to pin the last tab Informazioni di Base sull'Estensione
| Nome | |
| ID | lmhacemfmaapnkiehojbhmclmdnhjhfn |
| URL Ufficiale | https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn |
| Descrizione | Make the last tab pinned |
| Dimensione del File | 11.71 KB |
| Conteggio Installazioni | 13,219 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2015-03-13 |
| Data di Pubblicazione | 2015-03-13 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | ayayael12 |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"description": "Make the last tab pinned",
"version": "0.1",
"name": "Pin Last Tab",
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"resource\/script\/pinLast.js"
]
},
"icons": {
"16": "resource\/images\/icon-16.png",
"48": "resource\/images\/icon-48.png",
"128": "resource\/images\/icon-128.png"
}
} | |