Bookmark Tab Group
Adds shortcuts to handle the current tabgroup.
Τι είναι το Bookmark Tab Group;
Το Bookmark Tab Group είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον juancdominici, και η κύρια λειτουργία του είναι "Adds shortcuts to handle the current tabgroup.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bookmark Tab Group
Λήψη αρχείων επέκτασης Bookmark Tab Group σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Key Shortcuts: - Alt + Shift + F: Instantly bookmark the current tab group, using the tab group's name as the folder name for your bookmarks. - Ctrl + Shift + F: Access a popup for manual selection of the folder where you want to save your current tab group as bookmarks. This extension exclusively works with named tab groups, ensuring that your bookmarks are neatly categorized. Plus, it handles duplicates and can utilize existing folders that match the tab group names. Experience the convenience of Bookmark Tab Group and simplify your web browsing and bookmark management with a tool crafted by a passionate developer (that's me!). Your support not only keeps this extension thriving but also motivates me to enhance and refine it further. If you find Bookmark Tab Group valuable, consider showing your appreciation by buying me a Ko-fi at https://ko-fi.com/juandominici.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bookmark Tab Group |
ID | jlngjglcdgjbadccclgcgkjnhebgeghm |
Επίσημο URL | https://chromewebstore.google.com/detail/bookmark-tab-group/jlngjglcdgjbadccclgcgkjnhebgeghm |
Περιγραφή | Adds shortcuts to handle the current tabgroup. |
Μέγεθος Αρχείου | 55 KB |
Αριθμός Εγκαταστάσεων | 2,395 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2023-09-16 |
Ημερομηνία Δημοσίευσης | 2022-06-15 |
Αξιολόγηση | 4.86/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | juancdominici |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ko-fi.com/juandominici |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Tab Group", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxh02N0PkyMqKjPoGGJPGjBUKB+ar\/9UVbKbMhMqdRBxHZOE11tB4K2YwFmCNrw1thhcjXOm9k9mQcPx3EFgwbKt72pbDZm+27lHf\/xVE59jlxuennwFAOB7d\/3jt1hskgZ9HFBSQn9ZHMaAJwqdvAHekDuk4CSKWSdFjYUbWj4Nl9w4WWhVt52FotaWAYmjW+t2FF4xQCleYf6xuL8gtly+ln0qLQqmoXcc7axJmTLBoIF\/g4H4D0ALEYjU7IiLCIov\/pn7B0cVdZxXbrTiZl6X5P9p6L8qZQGnzj1W1D6Bw4QcN\/lto+l+8BbGJK0yYtPoLfQemK51OpchpuIHTWwIDAQAB", "description": "Adds shortcuts to handle the current tabgroup.", "version": "1.1.0", "icons": { "16": ".\/16icon.png", "48": ".\/48icon.png", "128": ".\/128icon.png" }, "background": { "service_worker": ".\/service_worker.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } }, "bookmark-current-tab-group": { "suggested_key": { "default": "Shift+Alt+F", "mac": "Shift+Alt+F" }, "description": "Bookmark the current tab group" } }, "action": { "default_icon": { "16": ".\/16icon.png", "48": ".\/48icon.png", "128": ".\/128icon.png" }, "default_title": "Bookmark Tab Group", "default_popup": ".\/index.html" }, "permissions": [ "tabGroups", "tabs", "bookmarks" ] } |