Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
Τι είναι το Bootswatch Theme Preview;
Το Bootswatch Theme Preview είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vincechan.me, και η κύρια λειτουργία του είναι "Preview a bootstrap site with a bootswatch theme.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bootswatch Theme Preview
Λήψη αρχείων επέκτασης Bootswatch Theme Preview σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Bootswatch offers beautiful free themes for bootstrap. Thinking about using one of the bootswatch themes on your site? You can now easily preview it with this extension to check out how it looks before actually applying it to your site. How To Use: - Browse to the site you wish to preview with. - Click on the extension icon on the top right. Select your your favorite theme and click on the "Apply Theme" button
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
Επίσημο URL | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Περιγραφή | Preview a bootstrap site with a bootswatch theme. |
Μέγεθος Αρχείου | 445 KB |
Αριθμός Εγκαταστάσεων | 75 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2016-06-13 |
Ημερομηνία Δημοσίευσης | 2016-06-13 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://vincechan.me |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bootswatch Theme Preview", "short_name": "BootswatchThemePreview", "description": "Preview a bootstrap site with a bootswatch theme.", "version": "1.0.1", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Preview this page with a bootswatch theme.", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |