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" ] } |