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 là gì?
Bootlint This Page là một tiện ích mở rộng Chrome được phát triển bởi rtpHarry, và tính năng chính của nó là "Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bootlint This Page
Tải xuống các tệp mở rộng Bootlint This Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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**
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cnamjhcdoadndjpjodeclalnmfhkoepb |
URL Chính Thức | https://chromewebstore.google.com/detail/bootlint-this-page/cnamjhcdoadndjpjodeclalnmfhkoepb |
Mô tả | Use this extension to inject the Bootlint tool into the web page and automatically scan it for common Bootstrap related errors |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 1,312 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-12-01 |
Ngày Phát Hành | 2014-12-01 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | rtpHarry |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://articles.runtings.co.uk/p/bootlint-this-page-chrome.html |
URL Trang Trợ Giúp | https://github.com/rtpHarry/BootlintThisPage-Chrome/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |