Export Tabs URLs
Save a list of all open tabs into a text file.
Qu'est-ce que Export Tabs URLs ?
Export Tabs URLs est une extension Chrome développée par skend, et sa fonction principale est "Save a list of all open tabs into a text file.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Export Tabs URLs
Téléchargez les fichiers d'extension Export Tabs URLs 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
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
Informations de Base sur l'Extension
Nom | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
URL Officiel | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
Description | Save a list of all open tabs into a text file. |
Taille du Fichier | 65.67 KB |
Nombre d'Installations | 3,602 |
Version Actuelle | 0.2.13 |
Dernière Mise à Jour | 2021-09-25 |
Date de Publication | 2021-09-25 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | skend |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/skend/export-tabs-urls |
URL de la Page d'Aide | https://github.com/skend/export-tabs-urls |
Langues Prises en Charge | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |