TabAddict
A light-weight session saver.
Cos'è TabAddict?
TabAddict è un'estensione di Chrome sviluppata da Peter Nelson, e la sua funzione principale è "A light-weight session saver.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabAddict
Scarica i file di estensione TabAddict 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
Do you have 50+ tabs open at any given time? Do you fly into a rage when someone closes your browser? You may be a tab addict. Get relief with this session management extension.
TabAddict allows you to...
* Capture the current session--urls, in plain text format
* Annotate sessions--keep track of what you were doing
* Open saved sessions--it's as simple as drag and drop
* Stay in control--your data can't get lost in the cloud Informazioni di Base sull'Estensione
| Nome | |
| ID | opkihdncekmggmhjbdkmnlelgmlemlmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/tabaddict/opkihdncekmggmhjbdkmnlelgmlemlmd |
| Descrizione | A light-weight session saver. |
| Dimensione del File | 59.01 KB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2012-09-18 |
| Data di Pubblicazione | 2012-09-18 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Peter Nelson |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabAddict",
"version": "1.1",
"manifest_version": 2,
"description": "A light-weight session saver.",
"browser_action": {
"default_icon": "icon.png",
"dnd": "dnd.html",
"launch": "launch.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs"
],
"options_page": "options.html",
"homepage_url": "http:\/\/peterthenelson.com\/tabaddict\/"
} | |