Tab Stocker
Stocks tabs to see later
Cos'è Tab Stocker?
Tab Stocker è un'estensione di Chrome sviluppata da https://izumisy-tech.hatenablog.com, e la sua funzione principale è "Stocks tabs to see later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Stocker
Scarica i file di estensione Tab Stocker 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
【Features】
- Shortcut Key
- Sorting(Drog & Drop support)
- Context menu
- Synchronization
【Github】
https://github.com/IzumiSy/TabStocker Informazioni di Base sull'Estensione
| Nome | |
| ID | kjjjockipnpomghfnpbilhhcjjkombla |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-stocker/kjjjockipnpomghfnpbilhhcjjkombla |
| Descrizione | Stocks tabs to see later |
| Dimensione del File | 223 KB |
| Conteggio Installazioni | 40 |
| Versione Corrente | 1.13.0 |
| Ultimo Aggiornamento | 2017-10-10 |
| Data di Pubblicazione | 2017-10-09 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://izumisy-tech.hatenablog.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://github.com/IzumiSy/TabStocker |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.13.0",
"manifest_version": 2,
"description": "__MSG_extDesc__",
"default_locale": "ja",
"options_page": "html\/options.html",
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"notifications",
"contextMenus",
"storage",
"unlimitedStorage",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_icon": "assets\/main.png",
"default_title": "Tab Stocker",
"default_popup": "html\/popup.html"
},
"commands": {
"stock-tab": {
"suggested_key": {
"default": "Alt+S"
},
"description": "__MSG_extShortcutDesc__"
}
},
"icons": {
"16": "assets\/main.png",
"128": "assets\/main.png"
}
} | |