Tab Pinner
Enhances pinning a tab feature of Chrome
Cos'è Tab Pinner?
Tab Pinner è un'estensione di Chrome sviluppata da https://izumisy-tech.hatenablog.com, e la sua funzione principale è "Enhances pinning a tab feature of Chrome".
Scarica il file CRX dell'estensione Tab Pinner
Scarica i file di estensione Tab Pinner 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
開かれているタブを全てピン留めする拡張機能
無視・対象リスト機能搭載
【機能】
- 同時ピン留め(Simultaneous pinning)
- ピン留めショートカットキー(Short-cut key) Informazioni di Base sull'Estensione
| Nome | |
| ID | fgmhbdkhladlkogedgoogokhhnchfodp |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-pinner/fgmhbdkhladlkogedgoogokhhnchfodp |
| Descrizione | Enhances pinning a tab feature of Chrome |
| Dimensione del File | 27.03 KB |
| Conteggio Installazioni | 113 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2017-10-10 |
| Data di Pubblicazione | 2017-10-09 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | https://izumisy-tech.hatenablog.com |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.0.1",
"manifest_version": 2,
"description": "__MSG_extDesc__",
"default_locale": "ja",
"permissions": [
"tabs"
],
"options_page": "options.html",
"background": {
"scripts": [
"js\/main.js"
]
},
"commands": {
"pintab": {
"suggested_key": {
"default": "Alt+T"
},
"description": "__MSG_extShortcutDesc__"
}
},
"browser_action": {
"default_icon": "assets\/main.png",
"default_title": "Tab Pinner"
},
"icons": {
"48": "assets\/main.png"
}
} | |