Tab Exporter
Export your open tabs into HTML links for sharing or later use
Cos'è Tab Exporter?
Tab Exporter è un'estensione di Chrome sviluppata da lonm, e la sua funzione principale è "Export your open tabs into HTML links for sharing or later use".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Exporter
Scarica i file di estensione Tab Exporter 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
Export your tabs for use in other applications Informazioni di Base sull'Estensione
| Nome | |
| ID | nfplecfiodfcjnkkflgcgijnhhgglbgf |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf |
| Descrizione | Export your open tabs into HTML links for sharing or later use |
| Dimensione del File | 14.73 KB |
| Conteggio Installazioni | 183 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2018-10-04 |
| Data di Pubblicazione | 2018-10-04 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | lonm |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/LonMcGregor/TabExporter |
| URL della Pagina di Aiuto | https://github.com/LonMcGregor/TabExporter |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.0.1",
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"author": "L\u00e9on McGregor",
"homepage_url": "https:\/\/github.com\/LonMcGregor\/TabExporter",
"browser_action": {
"default_icon": {
"16": "16.png",
"24": "24.png",
"32": "32.png"
},
"default_title": "__MSG_name__",
"default_popup": "panel.html"
},
"permissions": [
"tabs",
"storage"
]
} | |