Tab Exporter
Export your open tabs into HTML links for sharing or later use
Qu'est-ce que Tab Exporter ?
Tab Exporter est une extension Chrome développée par lonm, et sa fonction principale est "Export your open tabs into HTML links for sharing or later use".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Exporter
Téléchargez les fichiers d'extension Tab Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Export your tabs for use in other applications
Informations de Base sur l'Extension
Nom | Tab Exporter |
ID | nfplecfiodfcjnkkflgcgijnhhgglbgf |
URL Officiel | https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf |
Description | Export your open tabs into HTML links for sharing or later use |
Taille du Fichier | 14.73 KB |
Nombre d'Installations | 183 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-10-04 |
Date de Publication | 2018-10-04 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | lonm |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/LonMcGregor/TabExporter |
URL de la Page d'Aide | https://github.com/LonMcGregor/TabExporter |
Langues Prises en Charge | 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" ] } |