Export Tabs
Export the URL of all opened tabs to text
Qu'est-ce que Export Tabs ?
Export Tabs est une extension Chrome développée par https://francotecnologia.com, et sa fonction principale est "Export the URL of all opened tabs to text".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Export Tabs
Téléchargez les fichiers d'extension Export Tabs 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
PORTUGUESE Esta extensão foi criada para exportar a URL de todas as abas abertas, permitindo que sejam enviadas rapidamente por e-mail ou salvas num arquivo. Também é possível fazer o processo inverso. Basta colar o texto salvo anteriormente na caixa de texto e clicar em 'Open'. ENGLISH This extension was created to generate a text with the URL of every opened tab to send by mail or save into text file (copy n paste). You can reopen by pasting the saved text into the text box. Comments, bug reports and suggestions will be appreciated! * The source code of this extension is based on Google Chrome Extension Examples.
Informations de Base sur l'Extension
Nom | Export Tabs |
ID | odafagokkafdbbeojliiojjmimakacil |
URL Officiel | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
Description | Export the URL of all opened tabs to text |
Taille du Fichier | 15.57 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-12-15 |
Date de Publication | 2016-12-15 |
Évaluation | 4.49/5 Total 67 Évaluations |
Développeur | https://francotecnologia.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Tabs", "version": "1.2", "description": "Export the URL of all opened tabs to text", "icons": { "16": "tabs_io.png", "48": "tabs_io_48.png", "128": "tabs_io_128.png" }, "browser_action": { "default_icon": "tabs_io.png", "default_title": "Export Tabs", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "manifest_version": 2 } |