Tab Exporter
Export your open tabs into HTML links for sharing or later use
Wat is Tab Exporter?
Tab Exporter is een Chrome-extensie ontwikkeld door lonm, en de belangrijkste functie is "Export your open tabs into HTML links for sharing or later use".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Exporter
Download Tab Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Export your tabs for use in other applications
Basisinformatie over de Extensie
Naam | Tab Exporter |
ID | nfplecfiodfcjnkkflgcgijnhhgglbgf |
Officiële URL | https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf |
Beschrijving | Export your open tabs into HTML links for sharing or later use |
Bestandsgrootte | 14.73 KB |
Aantal Installaties | 183 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-10-04 |
Publicatiedatum | 2018-10-04 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | lonm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/LonMcGregor/TabExporter |
Help Pagina-URL | https://github.com/LonMcGregor/TabExporter |
Ondersteunde Talen | 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" ] } |