tabs2txt
Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
Qu'est-ce que tabs2txt ?
tabs2txt est une extension Chrome développée par zvxr.tech, et sa fonction principale est "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tabs2txt
Téléchargez les fichiers d'extension tabs2txt 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
This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard. The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.
Informations de Base sur l'Extension
Nom | tabs2txt |
ID | jaobckfgmoejmffgmlllfohadijkicgf |
URL Officiel | https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf |
Description | Generate a newline-delimited block of text composed of the URLs of all tabs in the current window. |
Taille du Fichier | 8.48 KB |
Nombre d'Installations | 491 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-04-26 |
Date de Publication | 2017-04-26 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | zvxr.tech |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zvxr.net/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "default_locale": "en", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "32": "icons\/page-32.png" }, "default_title": "__MSG_popupTitle__", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } } |