Auto Restore Pinned Tabs
Automatically restore pinned tabs on other windows at browser startup.
Τι είναι το Auto Restore Pinned Tabs;
Το Auto Restore Pinned Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον no.web.developer, και η κύρια λειτουργία του είναι "Automatically restore pinned tabs on other windows at browser startup.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Restore Pinned Tabs
Λήψη αρχείων επέκτασης Auto Restore Pinned Tabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
**Introduction** This is a simple tool that automatically restore pinned tabs. When you exit the browser, the window that contains the pinned tabs is not the last to close, and the browser will not automatically restore the pinned tabs at startup. The tool handles this situation and automatically recovers the pinned tabs. ** Support ** The tool is open source based on MIT license. For more details and source code, see https://github.com/LightAPIs/auto-restore-pinned-tabs
Βασικές Πληροφορίες Επέκτασης
Όνομα | Auto Restore Pinned Tabs |
ID | oodefhcgmkiccimbkkcjghejknagadho |
Επίσημο URL | https://chromewebstore.google.com/detail/auto-restore-pinned-tabs/oodefhcgmkiccimbkkcjghejknagadho |
Περιγραφή | Automatically restore pinned tabs on other windows at browser startup. |
Μέγεθος Αρχείου | 12.47 KB |
Αριθμός Εγκαταστάσεων | 120 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2023-01-08 |
Ημερομηνία Δημοσίευσης | 2023-01-07 |
Προγραμματιστής | no.web.developer |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/LightAPIs/auto-restore-pinned-tabs |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/LightAPIs/auto-restore-pinned-tabs |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Restore Pinned Tabs", "version": "0.1.0", "description": "Automatically restore pinned tabs on other windows at browser startup.", "homepage_url": "https:\/\/github.com\/LightAPIs\/auto-restore-pinned-tabs", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Auto Restore Pinned Tabs" }, "permissions": [ "sessions" ] } |