Save pin tab 2
Makes it possible to pin tabs permanently.
Cos'è Save pin tab 2?
Save pin tab 2 è un'estensione di Chrome sviluppata da mktakuya, e la sua funzione principale è "Makes it possible to pin tabs permanently.".
Scarica il file CRX dell'estensione Save pin tab 2
Scarica i file di estensione Save pin tab 2 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
Makes it possible to pin tabs permanently.
This is fork of Save-pin-tab.
This fork add support manifest version 2 to it. Informazioni di Base sull'Estensione
| Nome | |
| ID | kifklnehlfjklnmjjflcomnfngbfkjga |
| URL Ufficiale | https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga |
| Descrizione | Makes it possible to pin tabs permanently. |
| Dimensione del File | 22.7 KB |
| Conteggio Installazioni | 127 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-06-03 |
| Data di Pubblicazione | 2016-06-03 |
| Valutazione | 2.50/5 Totale 2 Valutazioni |
| Sviluppatore | mktakuya |
| Tipo di Pagamento | free |
| Lingue Supportate | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save pin tab 2",
"version": "0.1",
"manifest_version": 2,
"description": "Makes it possible to pin tabs permanently.",
"permissions": [
"tabs"
],
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |