tab2text
Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Τι είναι το tab2text;
Το tab2text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mikhuang, και η κύρια λειτουργία του είναι "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης tab2text
Λήψη αρχείων επέκτασης tab2text σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | tab2text |
ID | pkbpfddfoepjgmfmlafmdmhpiclhngih |
Επίσημο URL | https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih |
Περιγραφή | Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs. |
Μέγεθος Αρχείου | 28.92 KB |
Αριθμός Εγκαταστάσεων | 108 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2016-12-16 |
Ημερομηνία Δημοσίευσης | 2016-12-16 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | mikhuang |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |