Bootlint This Page
Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors
Τι είναι το Bootlint This Page;
Το Bootlint This Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rtpHarry, και η κύρια λειτουργία του είναι "Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bootlint This Page
Λήψη αρχείων επέκτασης Bootlint This Page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds a single click Bootlint This Page button which will execute the bootlint.js script against the current page. If errors are found then bootlint.js will generate a JavaScript alert and the errors will be displayed in the JavaScript console window. To view the errors simply press F12 to bring up the developer tools and then click the console tab. **Note: This extension is not affiliated with the official Bootlint or Bootstrap projects**
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cnamjhcdoadndjpjodeclalnmfhkoepb |
Επίσημο URL | https://chromewebstore.google.com/detail/bootlint-this-page/cnamjhcdoadndjpjodeclalnmfhkoepb |
Περιγραφή | Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors |
Μέγεθος Αρχείου | 186 KB |
Αριθμός Εγκαταστάσεων | 1,312 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2014-12-01 |
Ημερομηνία Δημοσίευσης | 2014-12-01 |
Αξιολόγηση | 4.25/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | rtpHarry |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://articles.runtings.co.uk/p/bootlint-this-page-chrome.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rtpHarry/BootlintThisPage-Chrome/issues |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "20", "name": "Bootlint This Page", "version": "1.2", "author": "rtpHarry", "homepage_url": "http:\/\/articles.runtings.co.uk\/p\/bootlint-this-page-chrome.html", "description": "Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors", "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com\/ https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options\/options.html", "background": { "scripts": [ "bootlintthispage.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Bootlint This Page" }, "permissions": [ "activeTab", "storage" ] } |