Bar Breaker
Hides fixed headers and footers on pages you visit.
Τι είναι το Bar Breaker;
Το Bar Breaker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ris58h, και η κύρια λειτουργία του είναι "Hides fixed headers and footers on pages you visit.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bar Breaker
Λήψη αρχείων επέκτασης Bar Breaker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Bar Breaker hides fixed headers and footers on pages you visit. It's useful for users who don't have a large screen. To show/hide broken bars for the current page click on the extension's icon (top right corner). To disable the extension for a particular site go to the extension's options page and add the site to exceptions. For example to disable Bar Breaker for all pages on example.com add 'https://example.com/*' line (without quotes) to the text field with exceptions. WARNING: The extension may not work properly on some sites.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bar Breaker |
ID | fmodbndjaadpjghkfompcdfdjlkpjjoi |
Επίσημο URL | https://chromewebstore.google.com/detail/bar-breaker/fmodbndjaadpjghkfompcdfdjlkpjjoi |
Περιγραφή | Hides fixed headers and footers on pages you visit. |
Μέγεθος Αρχείου | 13.9 KB |
Αριθμός Εγκαταστάσεων | 76 |
Τρέχουσα Έκδοση | 0.4.6 |
Τελευταία Ενημέρωση | 2023-06-26 |
Ημερομηνία Δημοσίευσης | 2020-03-25 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | ris58h |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/ris58h/bar-breaker |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bar Breaker", "description": "Hides fixed headers and footers on pages you visit.", "version": "0.4.6", "applications": { "gecko": { "id": "bar-breaker@ris58h" } }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options\/options.html" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Bar Breaker" }, "commands": { "toggle-enabled": { "description": "Toggle Bar Breaker on the current page" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |