Pin Unpin All
A button to pin or unpin all the tabs in the window.
Τι είναι το Pin Unpin All;
Το Pin Unpin All είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ev0lut1on, και η κύρια λειτουργία του είναι "A button to pin or unpin all the tabs in the window.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pin Unpin All
Λήψη αρχείων επέκτασης Pin Unpin All σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Click the button to pin/unpin all tabs in the current window based on the state of the active tab. For a keyboard shortcut go to: chrome://extensions/shortcuts. Compatible with dark and light themes.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pin Unpin All |
ID | cpncfbofpjgdfpmdacbagkaoglmkhnne |
Επίσημο URL | https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne |
Περιγραφή | A button to pin or unpin all the tabs in the window. |
Μέγεθος Αρχείου | 9.72 KB |
Αριθμός Εγκαταστάσεων | 3,246 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2023-12-11 |
Ημερομηνία Δημοσίευσης | 2019-10-15 |
Αξιολόγηση | 4.93/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | ev0lut1on |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ev0lut1on.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ev0lut1on.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pin Unpin All", "version": "2.0", "action": [], "description": "A button to pin or unpin all the tabs in the window.", "icons": { "16": "Pin16.png", "24": "Pin24.png", "32": "Pin32.png", "48": "Pin48.png", "128": "Pin128.png" }, "background": { "service_worker": "background.js" }, "short_name": "Pin Unpin All" } |