Tab Flow
Tab Flow allows you the freedom to move through your tabs with ease.
Τι είναι το Tab Flow;
Το Tab Flow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Young, και η κύρια λειτουργία του είναι "Tab Flow allows you the freedom to move through your tabs with ease.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tab Flow
Λήψη αρχείων επέκτασης Tab Flow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tab Flow: The path of least resistance Tab Flow is an extension for Google Chrome that allows you to better manage your open tabs. - Type something into the search box (e.g. youtube) to filter by all tabs that mention "youtube" - Don't worry about capitalization - If you want to search by the URL instead of the title, check the box for "Use URLs" - If you click the link of a tab, you'll be redirected to that tab - Clicking "Bookmark" will bookmark the current list of tabs into a new folder on the Bookmark Bar - The new folder will have the current date and time to keep things separated - Clicking "Move" will move the current list of tabs to a new window - This is handy for keeping work/school/personal life separate - Clicking "Close" will (of course) close the current list of tabs - There's no "Re-Open" button, so be sure you want to close them
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tab Flow |
ID | pfhnncnieignceheeojlnpfhkblicdjd |
Επίσημο URL | https://chromewebstore.google.com/detail/tab-flow/pfhnncnieignceheeojlnpfhkblicdjd |
Περιγραφή | Tab Flow allows you the freedom to move through your tabs with ease. |
Μέγεθος Αρχείου | 37.25 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2017-08-12 |
Ημερομηνία Δημοσίευσης | 2017-08-11 |
Προγραμματιστής | David Young |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://davidyoung604.github.io/tabflow.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/davidyoung604/Tab-Flow/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Flow", "version": "1.1.2", "options_page": "options.html", "permissions": [ "tabs", "bookmarks" ], "description": "Tab Flow allows you the freedom to move through your tabs with ease.", "icons": { "48": "images\/Tab Flow (48px).png", "128": "images\/Tab Flow (128px).png" }, "browser_action": { "default_title": "Tab Flow", "default_popup": "popup.html", "default_icon": { "19": "images\/Tab Flow (19px).png", "38": "images\/Tab Flow (38px).png" } }, "background": { "scripts": [ "background.js" ], "persistent": false } } |