Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Τι είναι το Bootstrap Grid Overlay;
Το Bootstrap Grid Overlay είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rule-page-az, και η κύρια λειτουργία του είναι "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bootstrap Grid Overlay
Λήψη αρχείων επέκτασης Bootstrap Grid Overlay σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Click the Bootstrap Grid Overlay icon to toggle the overlay on and off. If Bootstrap Grid Overlay finds the Bootstrap grid classes in any of your application's CSS files, a Bootstrap grid will be displayed based on those styles. Features: - Allows user to click through the overlay to target specific elements while using the Chrome Developer Tools - Allows user to enable/disable a fluid container - Allows user to view the current Bootstrap breakpoint - Allows user to set the opacity of the Bootstrap grid overlay
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
Επίσημο URL | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Περιγραφή | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Μέγεθος Αρχείου | 39.64 KB |
Αριθμός Εγκαταστάσεων | 26,085 |
Τρέχουσα Έκδοση | 0.1.11 |
Τελευταία Ενημέρωση | 2023-09-05 |
Ημερομηνία Δημοσίευσης | 2020-06-30 |
Αξιολόγηση | 4.13/5 Συνολικά 45 Αξιολογήσεις |
Προγραμματιστής | rule-page-az |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/manage-request/home |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid Overlay", "version": "0.1.11", "manifest_version": 2, "description": "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.", "homepage_url": "https:\/\/github.com\/1forh\/bs-grid-chrome-extension", "browser_action": { "default_icon": "src\/media\/icon-48.png" }, "background": { "scripts": [ "src\/background.js" ] }, "permissions": [ "activeTab", "storage" ] } |