tab2text
Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Qu'est-ce que tab2text ?
tab2text est une extension Chrome développée par mikhuang, et sa fonction principale est "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tab2text
Téléchargez les fichiers d'extension tab2text 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
Want to edit your currently opened tabs as plaintext? Now you can. Usage ideas: - Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser - Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once - Sharing your currently opened tabs quickly in whatever application - ??? Pro tip: Add a keyboard shortcut to open the window quickly! Go to: More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T
Informations de Base sur l'Extension
Nom | tab2text |
ID | pkbpfddfoepjgmfmlafmdmhpiclhngih |
URL Officiel | https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih |
Description | Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs. |
Taille du Fichier | 28.92 KB |
Nombre d'Installations | 108 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-12-16 |
Date de Publication | 2016-12-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | mikhuang |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tab2text", "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.", "version": "1.0.1", "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |